/********************START GLOBAL***********************/
*, html{margin:0;padding:0;}
h3{color:#606060;}
h4{color:#606060;font-weight:normal;}
body{
	margin:0 auto;
	font-family:arial,helvetica,clean,sans-serif;
	background-color:#000;
}
table{
	font-size:12px;
}
/* BLOG Sidebar hyperlink style */
DIV#sidebar a{
	color:#6c0000;
	text-decoration:none;
}
DIV#wrapper{
	margin:0 auto;
	width:100%;
	text-align:center;
	margin-top:25px;
}
DIV#container{
	margin:0 auto;
	width:924px;
}
DIV#hdr{
	background:url('/images/grad_hdr.png') #fff repeat-x;
	width:100%;
	height:200px;
}
DIV#hdr img{
	text-align:center;
}
DIV#bg-body{
	clear:both;
	overflow:hidden;
	width:100%;
	height:auto;
	background:url('/images/grad_body.png') #484848 repeat-x;
}
DIV#content{
	margin:0 auto;
	overflow:hidden;
	width:90%;
	height:auto;
	background-color:#fff;
	text-align:left;
}
DIV#content-wrap{
	margin:20px;
}
DIV#content-wrap a{
	color:#6c0000;
	text-decoration:none;
}
DIV#content-left{
	float:left;
	margin:2%;
	width:60%;
	height:auto;
	background-color:#fff;
	text-align:left;
}
DIV#content-left img{
	margin:0 5px;
}
DIV#content-right{
	float:right;
	margin:2%;
	width:30%;
	height:auto;
	text-align:left;
	background-color:#fff;
}
DIV#content p{
	padding:10px 0px;
	font-size:12px;
}
DIV#blog-posts{
	clear:both;
}
DIV#blog-posts a{
	color:#6C0000;
}
DIV#blogcontent a{
	color:#6C0000;
}	
DIV#footer{
	width:auto;
	height:20px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	background:url('/images/grad_footer.png') #fff repeat-x;
}
DIV#footer a:link, a:visited, a:active, a:hover{
	color:#fff;
  text-decoration:underline;
}
/*********************END GLOBAL************************/

/******************START NAVIGATION*********************/
DIV#nav{
	width:auto;
	background:url('/images/grad_nav.png') #fff repeat-x 0 0;
}
DIV#nav a{
	float:left;
	margin:0 auto;
	padding:0;
	display:block;
	width:132px;
	height:50px;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	background:url('/images/grad_nav.png') #fff repeat-x 0 0;
	text-decoration:none;
}
DIV#nav a:hover{
	float:left;
	margin:0 auto;
	padding:0;
	display:block;
	width:132px;
	height:50px;
	cursor:pointer;
	background:url('/images/grad_nav.png') #fff repeat-x 0 -50px;
}
DIV#nav .nav-button{
	margin-top:15px;
	color:#fff;
	font-weight:bold;
}
/********************END NAVIGATION*********************/

.blog-icon{float:right;}

