﻿body {
	background-image: url('images/DM_sotu-logo+stars.jpg');
	font-family: Verdana, sans-serif;
	font-size: 12px;
	width: auto;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment:fixed;
	background-position:center;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 5px;
	display: block;
	color: silver;
	font-family: Verdana, sans-serif;
	font-size: medium;
	font-weight: normal;
	background-repeat: repeat-y;
}
a {
	color:silver;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#container {
	background-image: url('images/background.gif'); 
	background-repeat: repeat-x;
	background-color: black;
	margin: 0px auto;
	text-align: left;
	width: 1024px;
	bottom: 0px;
}
#header{
	height: 275px;
	width: 1024px;
	margin: 2px;
	padding: 0px;
	background-repeat: no-repeat;
	
}
#content{
}
#left{
	width:192px;
	float:left;
}
#middle{
	margin-left:208px;
	margin-right:196px;
	width:610px;
}
#middle a{
	text-decoration:none;
	color:white;
	font-size: medium;
	font-weight: normal;
}
#middle a:hover{
	text-decoration: none;
	color:#FF5500;
	font-size: medium;
	font-weight: normal;
}
#right{
	width: 192px;
	float: right;
}
#right a{
	text-decoration:none;

}
#right a:hover{
	text-decoration:none;
	color: #FF5500;
}

/********************* menu ****************************/
.menuheader{
	width:192px;
	height:37px;
	background-image:url(images/menutop.gif);
	display:block;
}
.menucontent{
	width: 192px;
	background-image: url(images/menumiddle.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	left: auto;
}
.menuheader h3{
	padding: 10px 0px 0px 15px;
	font-family: Verdana;
	font-size: 18px; color:white;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:15px;
	background-image:url(images/menubottom.gif);
	display:block;
}
.postheader,.menuheader{
	color:#CCCCCC;
	text-transform: uppercase;
}
/********************* post ****************************/
.post{
	margin-bottom:15px;
}
.postheader{
	width:610px;
	height:37px;
	background-image:url(images/posttop.gif);
	display:block;
}
.postheader h1{
	padding: 10px 0px 0px 15px;
	font-family: Verdana;
	font-size: 18px; color:white;
	font-weight: bold;
}
.postcontent{
	background-image: url(images/postmiddle.gif);
	background-repeat: repeat-y;
	padding: 10px 15px;

	font-family: Verdana;
	font-size: medium;
	color: silver;
}
.postfooter{
	background-image:url(images/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:610px;
	height:15px;
}
/********************* header ****************************/
#header{
	position:relative;
}
#header ul{
	position:absolute;
	top:250px;
	display:block;
	left:190px;
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}
.last{
	border-right: 0px none #6b7272 !important;
}
#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 1px 10px;
	text-transform: uppercase;
}
#header ul li a:hover{
	text-decoration:overline;
	color: #CC99FF;
}
/********************* footer ****************************/
#footer{
	width: 610px;
	margin:auto;
}
#footer ul{
	display:block;
	margin-left:0px;
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}
#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#footer ul li a:hover{
	text-decoration:underline;
	color: #CC99FF;
}
#footer span{
	color:#525252;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	width:610px;
	display:block;
	padding: 15px 0px;
}
/*********************** menu ul **************************/
.menu ul{
	list-style-position: inside;
	list-style-type: square;
	padding: 0px 0px 0px 15px;
	color:#666666;
}
.menu ul li{
	padding-top: 5px;
	color:#666666;
	font-weight:bold;
}
.menu ul li a{
	text-decoration: none;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	color: #FF5500;
	text-transform: uppercase;
}
.last{
	border-right: 0px none #6b7272 !important;
}

