/* ----- CSS Document ----- */
body 
{
   	background-color: #000000;
	margin:20px;
	font-family:Arial,Helvetica,Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	text-align:center;
}

/* --- Divs --- */

#main 
{
        background-color: transparent;
        width:935px;
		margin:0px auto;
		text-align:center;
}
#side_tot
{
	width:285px;
	height:600px;
	float:left; 
	display:inline;
}
#side
{
	width:285px;
	height:300px;
	margin:0;
	border:1px solid #959595;
	text-align:left;
}
#side h1
{
	color:#000000;
	font-size:14px;
	background-color:#ffffff;
	text-align:left;
	margin:10px;
	padding:2px;
}
#side h2
{
    font-size:12px;
	font-weight:normal;
	margin:10px;
	padding:2px;
}
#central_img
{
	width:355px;
	margin:0;
	padding:0;
	float:left; 
	display:inline;
	text-align:center:
}

/* --- Href --- */

a:link, a:visited
{
	text-decoration: none; 
	color:#666666;
}
a:hover
{
	text-decoration: none; 
	color:#ffffff;
}
a.big:link, a.big:visited
{
	font-size:14px;
	text-decoration: underline; 
	color:#666666;
}
a.big:hover
{
    font-size:14px;
	text-decoration: underline; 
	color:#ffffff;
}

/* --- Text --- */

