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


body{
	font-family: Verdana, Geneva, sans-serif;
	background-color: #999;
	font-size: 11px;
	height: 100%;
}
#addthis_toolbox addthis_default_style {
	background-color: #FFF;
	width: 200px;
	height: 200px;
}

#footer {
	width: 840px;
	float: right;
	background-color: #333;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F00;
}
#header {
	height: 200px;
	background-color: #FFF;
	background-image: url(logo.gif);
}
#left {
	height: 700px;
	width: 155px;
	float: left;
	
	background-color: #FFF;
}
#right {
	height: 700px;
	width: 155px;
	float: right;
	
	background-color: #FFF;
}
#content {
	
	float: right;
	width: 576px;
	background-color: #FFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #F00;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F00;
	padding: 5px;
	
}


#heading {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-family: Calibri;
	background-color: #F60;
	margin-top: 50px;
}

a {
	font-family: Calibri;
	color: #F60;
	font-weight: bold;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	font-family: Calibri;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#tellafriend {
	height: 200px;
	padding-top: 100px;
	padding-left: 25px;
}
.space {
	height: 200px;
	background-color: #FFF;
	color: #F00;
}
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-color: #FFF;
}
#email {
	width: 400px;
	float: right;
	height: 30px;
	padding-top: 170px;
	text-align: right;
	font-weight: bold;
	color: #CC0;
	font-size: 13px;
}
#tabs {
	width: 220px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
.tabs2 a {
	background-color: #CFF;
	font-size: 36px;
	border: 1px solid #F00;
	text-decoration: none;
	padding: 3px;
}
.tabs2 a:hover {
	background-color: #9FF;
	
}
.random {
	color: #F30;
	font-size: 18px;
	font-weight: bold;
}
