/*
Theme Name: DOT.HELP
Theme URI: http://www.dothelpoutsourcing.com
Description: 
Version: 1.6
Author: Temi Kolawole
Author URI: http://www.antigravityinc.com
Tags: 


*/

body {
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center -20px;
}
#header {
	clear: both;
	padding: 20px;
}
#menu {
	clear: both;
	overflow: hidden;
	background-color: #003366;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	float: left;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #214D7C;
}
#menu ul li a {
	padding: 7px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
}
#menu ul li a:hover {
	background-color: #0066CC;
	color: #FFFFFF;
}
#slides {
	clear: both;
	height: 250px;
	background-color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#main{
	border: 10px solid #FFFFFF;
}
#content {
	background-color: #FFFFFF;
	clear: both;
	overflow: hidden;
	min-height: 300px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: 30px 30px;
	width: 800px;
	float: left;
}
#right {
	float: right;
	width: 250px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #0066FF;
	font-size: 30px;
}
#left {
	float: left;
	width: 530px;
	padding: 10px;
	line-height: 20px;
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#footer {
	color: #FFFFFF;
	clear: both;
	font-size: 11px;
	padding: 3px;
}
#footer a {
	color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.linklove{
	display: none;
}