body { 
	background: #152529 url(../pics/bg.gif) repeat-x;
	text-align: center;
	margin: 0px 5px 5px 5px;
	padding: 0;
	font-size: 12px; color: #152529; 
	line-height: 20px; 
	font-family: "Trebuchet MS", verdana, arial, sans-serif;		       
}

h1 {
	font-size: 16px; color: #5C4614; 
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
}

h2 {
	font-size: 15px; color: #FF0000; 
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
}

#holder_home {
     margin: 0 auto 0 auto; 
     text-align: left;
     width: 760px;
		 padding: 0;
		 background: #D6D6D6 url(../pics/bg_home.jpg) repeat-y;;
}

#holder {
     margin: 0 auto 0 auto; 
     text-align: left;
     width: 760px;
		 padding: 0;
		 background: #152529 url(../pics/content_bg.jpg) repeat-y;
}

#header {
		 display: inline;
     margin: 0;
		 padding: 0; 
		 width: 760px;
}

#content_left {
		display: inline;
		float: left;
		width: 200px;
		padding: 0;
		margin-left: 13px;
}

#nav {
	position: relative;
	width: 150px;
	height: 365px;
}

#nav ul {
	margin: 0 0;
	padding: 0;
	list-style-type: none;

}
#nav li {
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav ul a:link, #nav ul a:visited {
	color: #000000;
	text-decoration: none;
	padding: 3px 10px 3px 35px;
	display: block;
	height: 20px;
	background-image: url(../pics/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;

}
#nav ul a:hover, #nav ul a:active, #nav ul a:focus {
	background-image: url(../pics/nav_bg2.jpg);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
}	

#nav_video {
	position: relative;
	width: 150px;
	height: 240px;
}

#nav_video ul {
	margin: 0 0;
	padding: 0;
	list-style-type: none;

}
#nav_video li {
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav_video ul a:link, #nav_video ul a:visited {
	color: #000000;
	text-decoration: none;
	padding: 3px 10px 3px 35px;
	display: block;
	background-image: url(../pics/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;

}
#nav_video ul a:hover, #nav_video ul a:active, #nav_video ul a:focus {
	background-image: url(../pics/nav_bg2.jpg);
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left;
}	

#content_main {
		display: inline;
		float: left;
		width: 500px;
		padding: 0;
		margin:0 ;
}

#content_home {
		display: inline;
		width: 600px;
		padding: 0;
		margin: 0;
}


#content_main img {
		 margin: 0;
		 padding: 10px;
		 border: 1px solid #D9E0E6;
		 border-bottom-color: #C8CDD2;
		 border-right-color: #C8CDD2;
		 border-right-color: #C8CDD2;
		 background: #fff;		 
}


#content a:link, #content a:active, #content a:visited {
	text-decoration: none; color: #B84900;
	border-bottom: 1px dotted #B84900;
}

#content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #B84900; 
}

#content_main a:link, #content_main a:active, #content_main a:visited {
	text-decoration: none; color: #5C4614;
	border-bottom: 1px dotted #5C4614;
}

#content_main a:hover {
	text-decoration: none;
	border-bottom: 1px solid #5C4614; 
}


#content a:link, #content a:active, #content a:visited {
	text-decoration: none; color: #B84900;
	border-bottom: 1px dotted #B84900;
}

 a:hover {
	text-decoration: none;
	border-bottom: 1px solid #B84900; 
}

 a:link,  a:active,  a:visited {
	text-decoration: none; color: #5C4614;
	border-bottom: 1px dotted #5C4614;
}


#footer {
	clear: both;
  background: #D6D6D6;
	width: 760px;
	font-size: 10px; color: #000; 
	font-family: verdana, arial, sans-serif;
	text-align: center;  
}

#footer a:link {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #000; 
	TEXT-DECORATION: none;
	border-bottom: 1px dotted #000;
}

#footer a:visited {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #000; 
	TEXT-DECORATION: none;
}

#footer a:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #000; 
	TEXT-DECORATION: none;
	border-bottom: 1px solid #000;
}

input[type="submit"]
{
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
background-color: #FFFFFF;
color: #333333;
font-size: 80%;
font-weight: bold;
}

input[type="text"], textarea
{
border: 1px solid;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
background-color: #FFFFFF;
color: #333333;
font-size: 90%;
}
