/*******
Main Tags
**************/

body 
{
	font-size: 100%;
	font-family: 'Tahoma', Verdana, Arial, Sans-Serif;
	color: #6cadf7;
	margin: 0;
	padding: 0;
	background-color: #15151f;
	background-image: url(ians/bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

a:link, a:active {
color:#afcffb
}

a:hover, a:visited {
color:#d5d5ce;
}
ul, li {
	list-style-image: none;
}

/******
DIV ID'S
******/

#header 
{
	height: 252px;
	margin:0px;
	background-attachment: scroll;
	background-image: url(ians/banner2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header h1 
{font-family: Verdana, Arial, Sans-Serif;
font-size: 28px;
font-weight: bold;
margin: 0;
padding: 50px 20px 0 280px;
}

#header h1 a {
color: #FFF;
}

#header div 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*************************
CONTENT DIV
************************/

#body {
	min-height:240px;
	padding: 5px 0 0px;
	position: relative;
	margin-top:-155px;

}

.threepx {width:300px;}

h2 
{
	font-family: "Tahoma", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color:#afcffb;
	margin: 0;
	width:250px;
	padding:4px;
}

#body .content 
{
width:450px;
		color: #6cadf7;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px 0px 0px 15px;
	clear:both;
	font-weight:bold;
}


#body .content a 
{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#body .content a:hover {
	text-decoration: none;
	color: #CCCCCC;
}



/***navbar on far right***/

#body .sidebar2 {
position:absolute;
	left: 499px;
	top:-100px;
	width: 180px;
	float: left;
	padding:0px 0px 90px 0px;
	color: #666;
	list-style-type: none;
	
} 

#body .sidebar2 ul,#body .sidebar ul ol {
margin: 0;padding: 8px 8px 20px 8px;
list-style: none;}

#body .sidebar2 form {margin: 0;}

#body .sidebar2 h2 {
width:140px;
font-size: 12px;
font-weight: bold;
margin: 3px 0 0 0;
padding: 2px;
color: #d7d9ee;
background: #111;
border:1px solid #d4ae66;}

#body .sidebar2 ul ul li:before {
content: "\00BB \0020";
}

#body .sidebar2 a 
{
	font-weight: bold;
	color: #afcffb;
}

#body .sidebar2 a:hover 
{text-decoration: none;color: #d4ae66;

}





/************END CONTENT DIV**********************/

/***START OTHER MAIN DIVS****/


#footer {
	text-align: center;
	margin: 0;
	color: #444;
	background-attachment: scroll;
	background-image: url(ians/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:189px;
}

#footer a {color: #666;}

.hide {display: none;}

.clear
{
	clear: both;}
	
.quote {
font-size: 14px;
margin: 5px 0 0 0;
padding: 4px;
color: #ccc;

}	




