body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: white;
	background-color:#393839;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-align: justify;
}

a {
	color: #FFF;
	text-decoration:underline;
}

a:hover { text-decoration: none; }

a img {
	border: none;
	
	
}
top {
	color: #b4985a;
	font-size:x-small;
}
top a {
	text-decoration:underline;
}

h1 {color: #b4985a; font-size:24px; text-transform:uppercase; font-weight:100;}
h2 {color: #b4985a; font-size:100%;  font-weight:100;}


img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

#wrapper {
	margin: auto;
	padding: 0px 0px 0px 0px;
	

	
}

/* Header */

#header {
	width: 920px;
	height: 74px;
	margin: 0 auto;
}


/** LOGO */

#logo {
	width: 1024px;
	height: 150px;
	background: url(../images/header.jpg) no-repeat top  center;
	margin: 0 auto;
}
#logo .menu{
	width: 	60%;
	height: 20px;
	background-color:black;
	float: right;
	margin: 120px 0px 0px 0px;
	padding: 5px 5px 5px 5px;

}
#logo .menu a{
	color:#b4985a;
	font-size:11px;
	font-weight:bold;
	padding: 0px 0px 0px 18px;
	text-transform:uppercase;
	text-decoration:none;
	background-image:url(../images/bullet_blank.jpg);
	 background-position:left;
	 background-repeat:no-repeat;


}

#logo .menu a:hover{

	 background-image:url(../images/bullets.jpg);
	 background-position:left;
	 background-repeat:no-repeat;
	 padding: 0px 0px 0px 18px;

}

#flashbanner {
	width: 1024px;
	height: 228px;
	margin: 0 auto;
	background: url(../images/header/pic01.jpg) no-repeat top  center;

}

#main{
	width: 1024px;
	height: auto;
	margin: 0 auto;
	background-color:black;
	
 }
#Article{
	width: 650px;
	height: auto;
	margin: 50px auto;
	float:left;
		background-color:black;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	height: 390px;
	background:url(../images/lhs_img.jpg) no-repeat top  left;
	background-color:black;

}
#footer {
	font-size:11px;
	padding: 40px 0px 25px 0px;

}

/* Footer */

/*#footer {
	width: 920px;
	height: 49px;
	margin: 0 auto;
	padding-top: 20px;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding-right: 30px;
	text-align: left;
	line-height: normal;
	font-size: 10px;
}

#footer a {
	color: #F99501;
}
*/
