@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:0;
}
html {
	background-color: #FCFAFB;
}
body {
	width: 780px;
	margin:auto;
	background-image: url(../body/wrap_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
p { margin: 15px 0; }
p span { color:#906; } 
h1, h2, h3 {
	font-size: 18px;
	color: #906;
	margin: 15px 0;
}
h2 span { color: #000; }
h3 { font-size: 13px }
ul { margin-left: 35px; }
#wrap {
	background-image: url(../headers/home2.jpg);
	background-repeat: no-repeat;
	position: relative;
	/*padding-top: 280px;*/
}
#navigation {
	position: absolute;
	top: 23px;
	left: -20px;
}
#navigation li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 16px;
	font-size: 13px;
}
#navigation a {
	color: #D79DC6;
	text-decoration: none;
}
#navigation a:hover, #navigation a.on { color: #fff; }



#right, #left {
	display:inline;
	margin-bottom: 20px;
}
#right {
	width: 180px;
	float: right;
	font-size: 11px;
	color: #906;
}
#right img { display:block; margin:auto; }
#left {
	width: 565px;
	float: left;
	padding:10px;
	background: url(../body/content_bg.gif) #F7F2F6 no-repeat center center;
}
#team {
	width: 565px;
	float: left;
	padding:10px;
}
#wrapper {
	/*width: 745px;
	float: left;*/
	background: url(../body/content_bg.gif) #F7F2F6 no-repeat center center;
	clear:both;
}

#footer {
	display: block;
	clear: both;
	padding: 10px;
	color: #95056F;
}
#sblm {
	float: right;
	position:relative;
	top: -16px;
}
.bullets {
	margin:0;
}
.bullets li {
	list-style-type: none;
	background-image: url(../other/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 35px;
	margin-bottom: 10px;
	min-height: 25px;
}


#contactform label {
	float: left;
	clear: both;
	width: 150px;
	font-weight: bold;
	text-align:right;
	margin-right: 10px;
	margin-top: 3px;
}
#contactform input, #contactform textarea, #contactform select {
	margin-left: 5px;
	padding: 5px;
	border: 1px solid #990099;
	margin-bottom: 5px;
	font-size: 11px;
	width: 300px;
	background-color:#FFF;
}
#contactform textarea  { height: 140px; }
#contactform #Submit { width: 200px; }
