/*
Theme Name: BOSFEM
Theme URI: http://bosfem.com/
Description: 
Version: 1.0
Author: Temi Kolawole
Author URI: http://antigravityinc.com/
Tags: 

*/

#wrapper {
	width: 820px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: center 100px;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/bg.jpg);
}
h1,h2,h3,h4,h5,h6{
	color: #E11E1E;
}
a:link {
	color: #84E0FF;
}
a:visited {
	color: #84E0FF;
}
a:hover {
	color: #84E0FF;
}
a:active {
	color: #84E0FF;
}
#menu {
	height: 62px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}
#top {
	height: 250px;
	width: 820px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#header_bottom {
	background-image: url(images/header_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 10px;
	margin-bottom: 5px;
}
#header_top {
	height: 10px;
	background-image: url(images/header_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	margin-top: 10px;
}
#top_left {
	float: left;
	width: 260px;
	height: 300px;
}
#top_right {
	float: right;
	width: 540px;
	height: 300px;
}
#footer_left {
	float: left;
	width: 40%;
}
#page {
	float: right;
	width: 550px;
	overflow: hidden;
}
#homevids{
	clear:both;
}
#container{
	clear:both;
	overflow:hidden;
}
#content {
	color: #FFFFFF;
	background-repeat: no-repeat;
	width: 500px;
	margin-left: 10px;
	padding: 5px;
	float: left;
	overflow:hidden;
}
#content_bottom{
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	clear:both:
}
#footer {
	clear: both;
	color: #CCCCCC;
	overflow: hidden;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar {
	width: 200px;
	overflow: hidden;
	float: left;
	margin-left: 50px;
	color: #FFFFFF;
}
#sidebar ul{
	margin: 0px;
	padding: 0px;
}
#sidebar ul li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#sidebar ul li img{
	border: 0 none;
}
#sidebar ul li ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sidebar ul li ul li{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar ul li ul li a {
	display: block;
	height: 20px;
	width: 200px;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	font-size: 14px;
	color: #003366;
	text-decoration: none;
}
#sidebar ul li ul li a:hover {
	background-image: url(images/menu_bg_hover.gif);
	background-repeat: no-repeat;
}
#footer_right {
	float: right;
	width: 40%;
	text-align: right;
}
#footer_right a {
	color: #FFFFFF;
}
#footer_right a:hover {
	text-decoration: none;
}
#menu {
	background-image: url(images/menu_strip.gif);
	background-repeat: repeat-x;
	clear: both;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	float: left;
	list-style-type: none;
}
#menu ul li a {
	background-image: url(images/menu_item.gif);
	display: block;
	height: 42px;
	width: 133px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	padding-top: 20px;
	background-repeat: no-repeat;
}
#menu ul li a:hover {
	background-image: url(images/menu_item_hover.gif);
	background-repeat: no-repeat;
}

#intro {
	height: 400px;
	width: 700px;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
}
blockquote {
	margin: 10px;
	padding: 10px;
	background-color: #10172D;
	border: 1px dotted #17385E;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 90px;
}
strong,b {
	color: #84E0FF;
	font-weight: bold;
}