/* CSS Template by gorotron */

html, body {
	margin:0;
	padding:0;
	text-align:center;
}

body {
	background-color:#EAEAEA;	
}

#container {
	text-align:left;
	margin:0 auto;
	padding:5px 15px;
	width:706px;
	height:auto;
	* height:100%;
	color:#666;
	background-image: url(images/bg3.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#banner {
	margin:5px;
	width:653px;
	background-image: url(images/top_banner.gif);
	background-repeat: no-repeat;
	height: 100px;
	padding: 0px;
}

#dashed {
	width:635px;
	height:125px;
	padding:5px;
	border:1px dashed #FFF;
} 

#content {
	width:676px;
}

#main {
	width:480px;
	min-height:auto;
	float:left;
	padding:10px;
}

#sideBar {
	float:left;
	width:120px;
	min-height:250px;
	height:auto;
	float:left;
	padding:10px;
	}

#box {
	width:126px;
	height:auto;
	padding:0 10px;
	border:1px dotted #FC6;
}

#navBar {
	list-style:none;
	margin:5px 0;
	padding:0;
}

#navBar a {
	text-decoration:none;
	padding:5px;
	width:136px;
	display:block;
	color:#666;
	border-bottom:1px dashed #FC6;
}

#navBar a:hover {
	background:#DFF0F0;
	color:#666;
}

#noLine a {
	border-bottom:0;
}

h1 {
	font-size:28px;
	margin:0;
	color:#FFF;
}

h2 {
	font-size:12px;
	margin:0 0 0 5px;
	color:#FFF;
}

h3 {
	font-size:16px;
}

.comments {
	display:block;
	width:485px;
	text-align:right;
	font-size:10px;
	margin:0;
	font-weight:normal;
	color:#999;
	padding:10px 0 15px;
	border-top:1px dotted #FC6;
}

#clear {
	clear:both;
}

p {
	line-height:1.5em;
}

#copy, #copy a {
	padding-top:5px;
	text-decoration:none;
	text-align:center;
	font:10px Arial,Helvetica,sans-serif;
	color:#666;
}

#copy a:hover {
	color:#369;
}

#bottom {
	margin:0 auto;
	height:10px;
	width:736px;
	background:url(images/bg2c.gif) no-repeat;
}
#container #sideBar #sideBarPic {
	margin-left: 30px;
}

#menu {
	font: bold 9px Verdana, Arial, Tahoma, Sans-serif;
	background: url(images/menu.gif) repeat-x 0 0;
	height: 30px;
	width: 648px;
	padding-left: 5px;
}


#menu ul {
	list-style: none;
	position: absolute;
	top: 110px;
}

#menu ul li {
	display: inline;
	padding: 0 3px;

}

#menu ul li a {

	display: block;

	float: left;

	padding: 0 10px;

	color: #666;	

	text-decoration: none;

}

#menu ul li.last a {

	padding-right: 10px;	

}

#menu ul li a:hover {

	color: red;	

}

#menu ul li#current a {	

	color: red;

}
#container #menu #menuBar {
}
.underlinetext {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
