/* 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:80px;
	height:auto;
	* height:100%;
	background:url(bg2.gif) repeat-y;
	font:40px Arial,Helvetica,sans-serif;
	color:#666;
}











#navBar {
	list-style:none;
	margin:0px 0;
	padding:0;
}

#navBar a {
	text-decoration:none;
	padding:5px;
	width:80px;
	display:block;
	color:#666;
	border-bottom:1px dashed #669933;
}

#navBar a:hover {
	background:#DFF0F0;
	color:#666;
}

#noLine a {
	border-bottom:0;
}


.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;
}


