/***********************************************/
/* global_styles.css                   */
/* Use with Racelegal V2.0                     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
* { margin: 0; padding: 0; }

body{
	color: #333333;
	font: 0.75em/1.8em Helvetica, Arial, sans-serif;
	margin: 0 20px 20px;
	text-align: center;
	background: #C1C9C7;
	padding: 0;
}

#wrap {
	background: #ffffff repeat-y right url(../../images/layout/sidebar_right_bg.png);
	width: 780px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-right: 1px solid #a0a9a7;
	border-left: 1px solid #a0a9a7;
	border-bottom: 1px solid #a0a9a7;
	position: relative;
}

#wrap2{
}

ul{
	list-style: none;
}

h1{
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

p{
	padding: 5px 0;
}

/******* class styles *******/

.effect1{/* red color */
	color: #FF0000;
}

.effect2{
}

.effect3{
}

.effect4{
	color: #996633;
}

.effect5{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.relatedlinks{
	display: none;
	/*font-size: xx-small;*/
}

/******* header styles *******/

#header{
	background: #996633;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 2px solid #818fa1;
	height: 290px;
	position: relative;
	margin-top: -1px;
	margin-bottom: -1px;
	z-index: 0;
}

#headertxtwrap{
	text-align: left;
	background-color: #333333;
	border: 1px solid #FFFFFF;
	padding: 10px;
	width: 220px;
	position: relative;
	top: 15px;
	left: -50px;
}

#header h1{
	color: #ffffff;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

#header h2{
	color: #b5bdc8;
	font-size: 0.9em;
	margin: 0;
}

/******* navigation styles *******/

#navigation{
	width: 200px;
	float: right;
}

#navigation a{
}

#relatednav,
#globalnav{
}

#relatednav ul,
#globalnav ul,
#globalnav p{
	padding: 5px;
	margin: 0;
}

#globalnav p{
	color: #6699CC;
	font-weight: bold;
}

#relatednav li,
#globalnav li{
}

#relatednav a,
#globalnav a{
	display: block;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	border: 1px solid #666666;
	padding: .1em 1em;
	height: 1%;
}

#relatednav a:hover,
#globalnav a:hover {
	color: #FF0000;
	background: #CCCCCC;
}

/******* content styles *******/

#content{
	margin-right: 200px;
	padding-top: 10px;
	padding-right: 40px;
	padding-left: 40px;
	z-index: 99;
	position: relative;
}

/******* footer styles *******/

#footer{
	clear: both;
	text-align: center;
	border-top: 1px solid #EEEEEE;
	margin-top: 20px;
	color: #909090;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

/******* hyperlink and anchor tag styles *******/

a{
	color: #666666;
}

a:visited{
}

a:hover{
	color: #FF0000;
}

/******* google adsense styles *******/

#globalnav form{ /*adsense search bar*/
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
}

#admenu{
	margin-top: 10px;
	margin-left: 20px;
}

#adtop{
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
}

#adfooter{
	text-align: center;
	margin-top: 30px;
	border-top: 1px solid #EEEEEE;
	padding-top: 15px;
	
}

/********************* end **********************/