@charset "utf-8";
/* CSS Document */

/* Size, Position, and Background Images */

body {
	background: #FFFFFF url(img/bg.png) repeat-x fixed left top;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

p {
	line-height:1.7;
}
a:link, a:visited {
	color:#0066FF;
	text-decoration:none;
	border-bottom: 1px dotted #009900;
}

a:hover {
	color: #009900;
	border: 0;	
}

h1 {
	color:#666666;
}

h2 {
	color: #0066FF;
}

strong {
	color: #009900;
}
em {
	color:#666666;
}

blockquote {
	width:auto;
	height:auto;
	padding: 5px;
	/* border: 1px dotted #0066ff; */
	font: smaller "Courier New", Courier, monospace;
	color: #666666;
	background: url(img/blockquote-bg.png) repeat;
}

#container {
	margin: 10px auto;
	width: 910px;
	height: auto;
}

#hd {
	width: 910px;
	height:185px;
	background: url(img/hd.png) no-repeat left top;
	line-height:normal;
}

#hd h1 a {
	position: relative;
	left: 25px;
	top: 132px;
	font-size: 36px;
	font-weight: bold;
	text-transform: lowercase;
	color: #CCCCCC;
	text-decoration:none;
	border: 0;	
}
#hd h1 a:hover {
	color:#FFFFFF
}


#bd {
	float: left;
	clear: both;
	width: 910px;
	height:auto;
	margin:0px;
	padding: 0px;
	background: url(img/bd.png) repeat-y left top;
}

#nav {
	width:170px;
	float:left;
	padding: 0px;
	font-weight: bold;
	color: #0066FF;
	text-transform: lowercase;
	margin: 15px 15px 15px 25px;
	border-right: 1px dotted #0066FF;
}

#nav ul {
	margin-left: 0px;
	padding-left: 0px;
}

#nav ul li {
	left: 0px;
	display: block;
	list-style: none;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #CCCCCC;
	text-decoration: none;
	border: 0;	
}

#nav ul li a:hover {
	color: #009900;
}

#nav ul li a:active {
	color: #999999;
}

#content{
	float:right;
	margin: 15px;
	width: 669px;
	background: url(img/content.jpg) repeat-y left top;
}


.border {
	border: 1px solid #0066FF;
}


#ft {
	float:left;
	clear:left;
	width: 910px;
	height:45px;
	background: url(img/ft.png) no-repeat left top;
}
.post {
	width:auto;
	height:auto;
	margin:0px;
	border-bottom: 1px dotted #009900;
}

.hidden {
	display:none;
}

