/*Structure*/

body, html {
	margin:0;
	padding:0;
	background: #2b2b2b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	line-height: 160%;
}

#container {
	width: 770px;
	height: auto;
	margin-top: 45px;
	position: relative;
}

#header {
	background:url(../images/structure/header.jpg) no-repeat;
	width: 770px; 
	height: 124px;
	float: left;
	position: relative;
}

#nav {
	position: relative;
	background: url(../images/structure/nav.jpg) no-repeat #000000;
	width: 770px;
	height: 15px;
	margin:0;
	padding:0;
	text-align: left;
	float: left;
	list-style: none;
	padding-top: 10px;
	text-indent: 10px;
 }

#nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-transform: uppercase;
	height: 14px;
}

#nav li a:link {
	text-decoration:none;
	color: white;
}

#nav li a:visited {
	text-decoration: none;
	color: white;
}

#nav li a:hover {
	text-decoration: none;
	color: #b83a3e;
}

#content {
	position: relative;
	width: 770px;
	height: auto;
	background: url(../images/structure/body.jpg) repeat-y;
	float: left;
	text-align: left;
	margin:0;
	padding:0;
	padding-top: 30px;
	padding-bottom: 30px;
}


#content2 {
	position: relative;
	width: 710px;
	height: auto;
	background: url(../images/structure/body.jpg) repeat-y;
	float: left;
	text-align: left;
	margin:0;
	padding:0;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

#content2 ul {
	list-style: none;
	float: left;
	width: 100%;
	margin:0;
	padding:0;
	padding-top: 25px;
	border-bottom: 1px solid black;
	margin-top: 20px;
	margin-bottom: 25px;
	padding-left: 35px;
}

#content2 li {
	display: inline;
	list-style: none;
	margin:0;
	padding:0;
	padding-right:15px;
	width: 200px;
	position: relative;
	float: left;
	padding-bottom: 25px;
}

#content2 img {
	border: 1px black solid;
	width: 200px;
	float: right;
}


#content_left {
	width: 600px;
	height: auto;
	float: left;
	margin:0;
	padding:0;
	padding-left: 40px;
	padding-right: 10px;
}

#content_left2 {
	width: 400px;
	height: auto;
	float: left;
	margin:0;
	padding:0;
	padding-left: 40px;
	padding-right: 10px;
}

#content_left3 {
	width: 375px;
	height: auto;
	float: left;
	margin:0;
	padding:0;
	padding-left: 40px;
	padding-right: 10px;
}

#content_right2 {
	width: 190px;
	height: auto;
	float: right;
	position: relative;
	margin: 0;
	padding:0;
	right: 50px;
	padding-top: 50px;
}

#content_right3 {
	width: 300px;
	height: auto;
	position: relative;
	margin: 0;
	padding:0;
	padding-top: 50px;
	float: right;
}

#content_right2 img {
	border:solid 1px black;
	width: 100%;
}


#content_right3 img {
	border:solid 1px black;
}

#content_right2 li {
	list-style: none;
	padding-bottom: 30px;
	height: auto;
}



#content_left a:link {
	color: black; 
	text-decoration: underline;
}


#content_left a:visited {
	color: black; 
	text-decoration: underline;
}

#content_left a:hover {
	color: #b83a3e; 
	text-decoration: underline;
}

#content_left p {
	width: 600px;
}

#content_right {
	width: 106px;
	height: auto;
	float: right;
	position: relative;
	right: 10px;
}

#footer {
	width: 770px;
	height: 68px;
	background: url(../images/structure/footer.jpg) no-repeat;
	float: left;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-align: right; 
	margin:0;
	padding:0;
	position: relative;
	padding-top: 4px;
	text-indent: 3px;
	padding-right: 3px;
}	

#footer li {
	list-style: none;
	padding-bottom: 7px;
	padding-right: 5px;
}

#footer a:link {
	color: #b83a3e;
	text-decoration: none;
}

#footer a:visited {
	color: #b83a3e;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	text-decoration: none;
}


/*Classes*/

.bold {
	font-weight: bold;
}

.copyright {
	position: relative;
	padding-right: 3px;
	padding-bottom: 3px;
	float:right;
}

.watsites {
	position; relative;
	padding-right: 3px;
	padding-bottom: 3px;
	float:right;
}

.caption {
	width: 200px;
	margin:0;
	padding:0;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	color: black;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	float: left;
	position: relative;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin: 0;
	padding:0;
	padding-bottom: 10px;
	padding-top: 20px;
	
}

h1 {
	margin:0;
	padding:0;
	font-size: 22px;
	color: #b83a3e;
}
