@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #000000;
}
#container{
	background-color: #FFFFFF;
}
#logo {
	height: 100px;
}
#logo img{
	padding-left: 15px;
	border: 0px;
}
#logo div{
	width: 310px;
	float: right;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
#logo div a:link, #logo div a:visited{
	color:#333333;
	text-decoration: none;
}
#logo div a:hover{
	color:#333333;
	text-decoration: underline;
}
#nav {
	height: 59px;
	background: url(images/nav.jpg) bottom no-repeat;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
#nav td{
	padding-top: 10px;
}
#nav a:link, #nav a:visited{
	color: #999999;
	text-decoration: none;
}
#nav a:hover{
	color: #efa33f;
	text-decoration: none;
}
#showcase {
	background-color: #000000;
	height: 200px;
}
#footer{
	background-color: #eea23f;
	color: #a43523;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	height: 35px;
}
#footer a:link, #footer a:visited{
	color: #a43523;
	text-decoration: none;
}
#footer a:hover{
	color: #a43523;
	text-decoration: underline;
}
#side-nav{
	background-color: #eea23f;
	color: #a43523;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a43523;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a43523;
}
#side-nav h3{
	color: #a43523;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a43523;
}
#side-nav p{
	margin-bottom: 5px;
	margin-top: 0px;
}
#side-nav a:link, #side-nav a:visited{
	color: #a43523;
	text-decoration: none;
}
#side-nav a:hover{
	color: #a43523;
	text-decoration: underline;
}
#side-nav ul{
	margin-top: 5px;
	margin-left: 15px;
	font-size: 11px;
	padding: 0px;
}
#side-nav li{
	margin-top: 5px;
	font-size: 11px;
	list-style: url(images/bullet.jpg);
}
#sep {
	background: url(images/sep.jpg) top no-repeat;
	height: 10px;
}
#content{
	font-family: Arial;
	font-size: 12px;
	padding: 10px;
}
#content a:link, #content a:visited{
	color: #a43523;
	text-decoration: none;
}
#content a:hover{
	color: #333333;
	text-decoration: none;
}
#content h1{
	font-family: Arial;
	font-size: 16px;
	color: #a43523;
}
#content h2{
	font-family: Arial;
	font-size: 14px;
	color: #a43523;
}
#content h3{
	font-family: Arial;
	font-size: 14px;
	color: #eea23f;
}
#content img{
	border: 0px;
}
#design {
	font-size: 10px;
	color:#333333;
	font-family: Arial;
	padding: 2px;
}