* {
margin: 0;
padding: 0;
}

.pindex{font: normal 18px "Trebuchet Ms", Arial, Helvetica, sans-serif;
        color: #FFF;
}

.p1{
font: normal 17px Garamond, Arial, Helvetica, sans-serif;
color: #FFF;
text-indent:15px;
}


body {
background: #333 url("images/bg.gif") repeat;
text-align: center;
font: normal 13px/18px "Trebuchet Ms", Arial, Helvetica, sans-serif;
color: #333;
padding-top: 40px;
}
.clear{ clear:both;
}

a {
color: #000066;
text-decoration: none;
font: bold 13px/18px "Trebuchet Ms", Arial, Helvetica, sans-serif;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #CC3333;
}

.vio {
display:block;
	position:absolute;
	bottom:30px;
	width:151px;
	z-index: 5;
	top: 200px;
	height: 127px;
	border:0;
}

.vio img{
border: 1 solid #ff0000;
}
#header {
border: 1 solid #ff0000;
position:relative;
width: 677px;
height: 327px;
background:#FFF url("images/header.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 678px;
background: #000;
background-position: 0 0;
border: solid 10px #CC0000;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px "Trebuchet Ms", Arial, Helvetica, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h2 {
width: 669px;
height: 30px;
background-color: #CC0000;
float: left;
font: bold 16px/30px "Trebuchet Ms", Arial, Helvetica, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
background: #333 url("images/test2.jpg") bottom no-repeat;
border-right: 1px solid #CC0000;
height: 210px;
width: 150px;
}


#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #FF0000;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

a img {
display: block;
margin-bottom: 20px;
}

#content {
width: 650px;
margin: 10px 0 0 10px;
}

#content p{
color:#FFFFFF;
}

#content img {
	position:relative;
	float:left;
}

#content img.img2 {
	position:relative;
	float:right;
}

#content img.img3 {
	position:relative;
	float:left;
	margin-left:100px;
}


#footer {
position:relative;
clear: both;
color:#CCCCCC;
padding: 4px;
}


/* Contact Form */
#contact-form {

}

#contact-form label {
	float: left;
	width: 60px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 300px;
	border: 1px solid #315069;
	background: #5D7586;
}
#contact-form p {
margin-bottom:5px;
}


