/*---------------------------------------------------
The style in the file is located by ID
----------------------------------------------------*/

body{
	margin-top:20px;
	font-family:"helvetica Cond", Helvetica, Arial, Verdana, "Franklin Gothic Demi Cond";
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

img{
	border:0px;
}

#container {
	width:710px;
	margin: auto;
	text-align: left;
}

#logo{
	width:200px;
	height:70px;
	float:left;
}


#profile{
	width:200px;
	text-align:right;
	float:right;
}

#mainNav{
	width:100%;
	height: 18px;
	border-bottom:solid 1px #b99b70;
	padding:0px;
	margin:0px;
	clear:both;
}

#mainNav div{
	float:right;	
	padding:0px;
	margin:0px;
	border-left:solid 1px #b99b70;
	border-right:solid 1px #b99b70;
	border-top:solid 1px #b99b70;
	clear: both;
}

#mainNav a {
display: block;
padding-left: 14px;
padding-right: 6px;
font-size:12px;
line-height: 18px;
color:#005a8a;
text-decoration: none;
float:left;
background: url(../img/blue-star.jpg) no-repeat top left; 
text-transform: uppercase;
} 

#mainNav a:hover,  #mainNav a#highLight {
	background:#b99b70 url(../img/gold-star.jpg) no-repeat top left;
	color: #000;
	cursor:pointer;
}

 
/*below is left Block, include the mainContent and a picture block**/ 
#leftBlock{/**include the mainContent and a picture block, it's similar to #rigntBlock**/
	margin-top:10px;
	width:470px;
	float:left;
}

#mainContent{
	margin-top:0px;
	padding-top:0px;
	line-height: 16px;
	width:468px;
	border:solid 1px #b99b70;
	float:left;
}
#mainContent p{
	margin-top:0px;
} 
#mainContent .title{
	color:#4083a7;
}
/**End of left Block**/ 



/**below is right Block, include the quick Link and a picture block**/ 
#rightBlock {/**include the quickLinks and a picture block, it's similar to #leftBlock**/
	margin-top:10px;
	width:230px;
	float:right;
}

#quickLinks{
	margin-top:0px;
	line-height: 16px;
	width:228px;;
	border:solid 1px #b99b70;
	float:right;
	font-size:12px;
}

#quickLinks a{
	display:block;
	margin-bottom:5px;
} 

/**End of right Block**/ 




/** below is bottom**/
#bottomband{
	margin-top:10px;
	padding-top:4px;
	width:100%;
	text-align:center;
	color:#999;
	height:50px;
	font-size:10px;
	float:left;
	border-top:solid 1px #b99b70;
}
 
form {
	margin: 0;
	padding: 0;
}

.admin_content {
	padding: 20px;
	clear: both;
}



