/***********************************************/
/* superegocafe2007.css                            */
/* Superego Cafe 2007 CSS file                 */
/***********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	text-align:left;
	background: #660000 url(http://download.superego-cafe.com/template/wallpaper.png) repeat-x;
}
a:link {
	color:#0066FF;
	text-decoration: none;
}
a:visited {
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
.scheader {
	width: 960px;
	background-color:#FFFFFF;
	margin: auto;
}
.scsidemenu {
	width: 180px;
	background-color:#FFFFFF;
	border-right:0px;
	border-bottom:0px;
	margin-right:0px;
	padding-bottom: 20px;
	padding-top:13px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	font-size:12px;
	color:#666666;
	line-height: 1.5;
	text-align:right;
}
.scsidemenu a:link {
	text-decoration: none;
	color: #666666;
}
.scsidemenu a:visited {
	text-decoration: none;
	color: #666666;
}
.scsidemenu a:hover {
	text-decoration: none;
	color: #0099FF;
}
.scsidemenu a:active {
	text-decoration: none;
	color: #666666;
}
.sccontent {
	width: 718px;
	background-color:#FFFFFF;
	border-right:0px;
	border-bottom:0px;
	border-left:2px;
	border-left-color:#999999;
	/*border-left-style:dotted;	*/
	margin-right:0px;
	padding-bottom: 10px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
}
.scfooter {
	clear: both;
	font-size:80%;
	width: 940px;
	background-color:#FFFFFF;
	text-align:right;
	color:#666666;
	border-top:2px;
	border-top-style:dotted;
	border-top-color:#666666;
	border-right:0px;
	border-bottom:0px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}
