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

/* General tags */
* {margin:0; padding:0;}
body {
	background:#333333 url(images/bodybg.gif) repeat;
	font:80% arial,tahoma,sans-serif;
	color:#555555;
}
a {
	background-color:inherit;
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
p {margin:0 0 16px 0;}
ul, ol {margin:0 0 16px 15px; padding-left:5px;}
ul ul, ol ol {margin:3px 0 0 15px;}
/*img {float:left; margin:0 10px 5px 0;}*/
#title {
    border:0px solid #000000;
	margin:20px auto -80px; 
	width:640px;
	height:120px;
}
#container {
	background:#333333 repeat;
	border:2px solid #000000;
	color:#000000;
	margin:95px auto 10px;
	padding:6px;
	width:730px;
	height:325px;
	line-height:1.3em;
}
#footer {
	clear:both;
	color:#666666;
	margin-bottom: 0px;
	font-size: 11px;
}

/*************************************************************/
