body{
	background:#000;
	margin:auto;
	margin-top:10px;
}
#bg-image-container{
	width:800px;
	margin:auto;
	background-repeat:no-repeat;
}
#logo{
	padding-left:0px;
	margin-top:10px;
}

#nav{
	width:inherit;
	height:59px;
	width:500px;
	float:right;
	text-align:right;
	font-family:"Trebuchet MS", Gadget, sans-serif;
	font-size:11px;
	color:#FFF;
	margin-top:0px;
}
#nav-list{
	list-style:none;
	list-style-position:inside;
	list-style-type:none;
	margin:auto;
	float:right;
	padding-right:30px;
}
#nav-list li{
	float:left;
	line-height:65px;
}
#nav-list li a{
	color:#FFF;
	text-decoration:none;
}
#container{
	float:left;
	/*border:2px #000 dotted;*/
	width:800px;
	font-family:"Trebuchet MS";
}

.post{
clear:both;
margin-top:100px;
}

.postTitle{
	text-align:right;
	height:36px;
	background-color:#000;
	line-height:36px;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	padding-left:10px;
	border-bottom:3px solid #999;
	margin-top:10px;
}
.postContent{
	text-align:left;
	background-color:#fff;
	color:#000;
	font-size:16px;
	padding:10px;
	text-align:justify;
}

#footer{
	font-family:"Trebuchet MS";
	text-align:left;
	height:28px;
	background-color:#000;
	line-height:28px;
	color:#FFF;
	font-size:12px;
	margin-top:0px;
	text-align:right;
	clear:both;
	padding-top:0px;
	width:800px;
	margin:auto;
}


img, div, a, input { behavior: url(iepngfix.htc) }

a{
	font-weight:bold;
	text-decoration:underline;
	color:#555;
}
a:hover{
	text-decoration:none;
}
input,select,textarea{
	font-family:"Trebuchet MS";
	background-color:#000;
	color:#FFF;
	width:200px;
	border:none;
	font-size:14px;
}
input:focus,select:focus,textarea:focus{
	font-family:"Trebuchet MS";
	background-color:#ccc;
	color:#000;
	width:200px;
}

/* IE MESSAGE */
#ie-message {
	background:#C00;
	text-align:center;
	border-bottom:1px solid #900;
	color: #fff;
	position:absolute;
	top:0;
	padding:5px;
	width:100%;
	font-family:"Trebuchet MS";
	font-size:12px;
}
#ie-message a {
	color: #fff;
}

#excerpt a {
color: #fff;
}
