@charset "utf-8";
/* 
	CSS Document
	Silver Sphere Designs
	Coded By: Luis Mirones
	Coded For: http://www.silver-sphere.net
	Copyright Silver Sphere Designs
*/

html, body {
	font-family: Verdana, Century Gothic, Tahoma, Arial, Times New Roman;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
}

a {
	color: #0000FF;
	text-decoration: underline;
}

#navigation, #animation, #site_search, #mid_tabs, #bottom_tab {
	display: none;
}

#logo {
	width: 261px;
	height: 125px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/ssd_logo.jpg);
}

#specifics_side {
	float: left;
	width: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}

#content_side {
	float: right;
	width: 67%;
	padding-top: 10px;
	padding-bottom: 10px;
}