/*

	Braces Review Styleheet
	
	Author: Prashant Sugand
	Email: prashant@xirgo.net
	Website: http://www.xirgo.net
	
	Copyright 2006, 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: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

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

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

#header {
	width: 100%;
	height: 77px;
	background: url("images/header.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: 50%;
	float: left;
}

#content .right {
	width: 50%;
	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;
}

#splash {
	width: 100%;
	height: 150px;
	background: url("images/header.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;
}


#banner {
	margin: 0 auto;
	width: 950px;
	padding: 5px;
	text-align: center;
	
}


.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;
}