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

body {
	background: #0D0E09;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

.content {
	color:#FFFFFF;
	font-size:12px;
}


.links a:link {
	color:#999999;
	font-size:12px;
	text-decoration:none;
}

.links a:visited {
	color:#999999;
	font-size:12px;
	text-decoration:none;
}

.links a:hover {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;

}

.links a:active {
	color:#999999;
	font-size:12px;
	text-decoration:none;
}

.footers {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
}

.footers a:link {
	color:#999999;
	font-size:11px;
	text-decoration:none;
}

.footers a:visited {
	color:#999999;
	font-size:11px;
	text-decoration:none;
}

.footers a:hover {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;

}

.footers a:active {
	color:#999999;
	font-size:11px;
	text-decoration:none;
}

#top {
	height:700px;
	width:auto;
}


#main-cont {
	width:930px;
	height:700px;
}

#main-cont-right {
	width:630px;
	height:700px;
	float:right;
	background:url(images/typical/sam-bg-1.jpg) no-repeat;
}

#main-cont-left {
	width:300px;
	height:700px;
	float:left;
	text-align:left;
}

#logo {
	width:183px;
	height:35px;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:30px;
}

#line {
	width:270px;
	height:1px;
	background-color:#CCCCCC
}

#content {
	width:300px;
	height:auto;
	margin:15px;
}	

#footer {
	width:100%;
	height:32px;
	background:url(images/typical/sam-footer.jpg) repeat-x;
	text-align:right;
	padding-top:17px;
}

#footer-cont {
	clear:both;
	width:930px;
	height:32px;
	float:right;
}

#footer-right {
	width:42px;
	height:19px;
	float:right;
	padding-right:10px;
}

#footer-left {
	width:878px;
	height:32px;
	text-align:center;
	float:left;
}