/*  CSS Clear START */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img,
ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, 
tfoot, thead, tr, th, td {margin: 0;	padding: 0;	border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}
/*  CSS Clear END */

body {
	margin: 0px auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000000;
	background-image: url('img/bg.jpg');
	background-position: top; 
	background-repeat: no-repeat;
	letter-spacing: .02em;
}

#wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width:900px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

#header{
	position: relative;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 190px;
}
#headernav{
	position: relative;
	top: 15px;
	left: 0px;
	width: 900px;
	height: 30px; 

	text-align: right;
}
#nav{
	float:right;
	clear: none;
	height: 15px;
	width: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#505230;
	letter-spacing: 2px;
	padding-top: 128px;
	padding-right: 35px;
}

#left_content{
	width: 500px;
	padding: 10px;
	color: #ffffff; 
	width: 360px; 
	text-align: left; 
	position: absolute;
	top: 110px;
	left: 130px;

}

#bottomhalf{
	position: relative;
	width: 900px;
	top: 0px;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 2300px;
	
}

#leftbh{
	background-image: url(img/leftbottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color:#979797;
}

#rightbh{
	color: #979797;
	width: 580px;
	min-height: 2300px;
	position: absolute;
	top: 40px;
	left: 300px;
	text-align: left;

}
.thumbtxt{
		position: relative;
		top: 214px; 
		left: 25px;
		color: #999;
		line-height: 14px;
}

.title{
	font-size: 10px;
	color: #960;
	letter-spacing: 3px;
}

#footer{
	position: relative;
	top: 0px;
	left:0px;
	height: 147px;
	width: 903px;
	background-image: url('img/footer.jpg');
	background-repeat: no-repeat;
}

#footercontent{
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 900px;
	height: 35px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	
}



/*----------------------------------------- */
			/* linkz start */
/*----------------------------------------- */


a:link{
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}

a:visited{
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}

a:active{
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
	color:#ffffff;
}


.iboxtxt a:link{
	text-decoration: none; 
	font-weight: bold;	
	color: #ffffff; 
}


.iboxtxt a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff; 
}

.iboxtxt a:active{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff; 
}

.iboxtxt a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff; 
}

.thumb a:link{
	text-decoration: none; 
	font-weight: 100;	
	color: #999; 
}


.thumb a:visited{
	text-decoration: none;
	font-weight: 100;
	color: #999; 
}

.thumb a:active{
	text-decoration: none;
	font-weight: 100;
	color: #999; 
}

.thumb a:hover{
	text-decoration: underline;
	font-weight: 100;
	color: #999; 
}

#nav a:link{
	text-decoration: none;
	font-weight: bold;
color:#505230;
}

#nav a:visited{
	text-decoration: none;
	font-weight: bold;
color:#505230;
}

#nav a:active{
	text-decoration: none;
	font-weight: bold;
color:#505230;
}

#nav a:hover{
	text-decoration: underline;
	font-weight: bold;
	color:#505230;
}

