/*

	Resume Business Styleheet
	
	Author: Michael Grimm
	Website: http://www.resume-business.com
	
	Copyright 2008, all rights reserved, Braces Review.
	
*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	font: 12px/18px Verdana, Arial, Tahoma;
	color: #333;
	background: #e0e0e0 url("images/background.gif") repeat-x;
}

a {
	color: #1900FF;
	text-decoration: none;
}

a:hover {


text-decoration:underline;
}

	


img {
	border: 0;
}

h1   { font-size: 14px; font-weight: bold; line-height: 18px }

h2   { font-size: 14px; font-weight: bold; line-height: 18px }


#wrapper {
	margin: 0 auto;
	width: 870px;
	padding: 5px;
	background: #fff;
}

#header {
	width: 100%;
	height: 77px;
	background: url("images/resume-samples.gif") no-repeat;
}

#nav {
	width: 100%;
	height: 30px;
	background: url("images/nav_background.gif") repeat-x;
	border-top: 1px solid #fff;
}

#nav ul {
	margin: 6px 0 0 0;
	padding: 0;
}

#nav li {
	list-style: none;
	display: inline;
}

#nav li a {
	padding: 0 5px;
	margin: 0 2.5px;
	color: #fff;
	font-weight: 700;
}

.google-ads {
	width: 100%;
	text-align: center;
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#content {
	width: 100%;
	overflow: auto;
	padding-top: 5px;
}

#content .left {
	width: 61%;
	float: left;
}

#content .right {
	width: 38%;
	float: right;
}

#content ul {
	margin: 5px 0;
	padding: 0;
}

#content li {
	list-style: none;
	display: block;
}

#content li a {
	background: url("images/li.gif") no-repeat;
	padding-left: 20px;
}

#content li a:hover {
	color:#1900FF;
	background-color:yellow;
text-decoration:underline;
}

#splash {
	width: 100%;
	height: 150px;
	background: url("images/resume-templates.jpg") no-repeat;
}

.title {
	background: url("images/title_bg.gif") no-repeat;
	background-position: 0 1px;
	padding-left: 20px;
	height: 18px;
	display: block;
	color: #933c35;
	font-weight: 700;
}

.A {

	color: #933c35;
	font-weight: 700;
}

.title2 {
	background-position: 0 1px;
	padding-left: 10px;
	height: 18px;
	display: block;
	font-weight: 700;
}

.clear {
	clear: both;
	overflow: hidden;
}

#footer {
	width: 100%;
	clear: both;
	font-size: 11px;
}

.footer-bt {
	padding-top: 5px;
}