@charset "utf-8";
/* CSS Document */

html{
	height:100%;
	overflow-y:scroll;
}

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:0px;
	margin:0px;
	background:url(images/bg-image.png) repeat-x;
	background-color:#000;
}

h2{
	font-size:16px;
	line-height:23px;
}

.dottedul{
	border-bottom:1px #222 dotted;
}

a{
	color:#C00;
	outline:none;
	text-decoration:none;
}

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

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

p{
	line-height:17px;
}

#wrap{
	margin:0 auto;
	width:800px;
}

#header{
	height:125px;
	background:url(images/logo.png) left no-repeat;
}

#header .info{
	float:right;
	width:150px;
	margin-top:60px;
}

#nav{
	height:25px;
	background:url(images/nav-bg.png) repeat-x;
}

#nav .leftimage{
	background-image:url(images/nav-end-left.png);
	float:left;
	width:20px;
	height:25px;
}

#nav .rightimage{
	background-image:url(images/nav-end-right.png);
	float:right;
	width:20px;
	height:25px;
}

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

#nav ul li{
	display:inline;
}

#nav ul li a{
	display:block;
	height:25px;
	float:left;
	margin-right:10px;
	line-height:25px;
	text-decoration:none;
	color:#400;
	font-weight:bold;
	padding-left:3px;
	padding-right:13px;
}

#nav ul li a:hover{
	color:#FFF;
	background:url(images/nav-button-hover-image.png) right no-repeat;
}

#content{
	margin-top:30px;
}

#content .right{
	float:right;
	width:200px;
}

#content .right .imgbox{
	padding:0px;
	border:0px;
}

#content .right .textbox{
	background:#222;
}

#content .right .textbox .text{
	margin-right:10px;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
}

#content .right .textbox .top{
	background:url(images/textbox-top.png);
	height:25px;
	width:200px;
}

#content .right .textbox .bottom{
	background:url(images/textbox-bottom.png);
	height:25px;
	width:200px;
}

#content .left{
	float:left;
	width:570px;
	padding-right:20px;
	text-align:justify;
}

#content .imgbox{
	padding:10px;
	background-color:#000;
	border:#333 2px solid;
}

#content img:hover{
	border-color:#FFF;
	text-align: right;
}

#footer{
	height:50px;
	text-align:center;
	margin-top:30px;
	line-height:50px;
	color:#555;
}

.clear{
	clear:both;
}

ul{
padding-left:0px;
margin-left:15px;
}

