/* -------------------------------------	CSS Styles	------------------------------------- */


body {
	background-color:#cddbf2;
	background-image:url("images/background.gif");
	text-align:center;
	width:800px;
	margin:0 auto;
	font: 11pt arial, verdana, helvetica;
	color: #666;	
}


/* Typography
--------------------------------------------------------------------------- */

p, li { 
	margin:10px 0;	 
	line-height: 1.3em; 
	font-size:10pt; 
}

h1, h2, h3{ 
	font-family: Arial,verdana, sans-serif; 
	color:#010728; 
	margin:0;
 }

h1, h1 a {
	font-size:10pt; 
	text-decoration:none; 
}


.columnin h1 a {
	color:#010728; 
}

#right .columnin h2{
	color:#3b649e;
}


h2, h2 a { 
	font-size:10pt; 
	text-decoration:none; 
}

h3 { 
	font-size:14pt; 
	font-weight:normal; 
	border:1px solid #eee; 
	border-width:1px 0 0 0; 
	padding:10px 0 0 0; 
	margin:10px 0;
} 

.postinfo { 
	margin:2px 0 10px 0; 
	font-size:10pt; 
	color:#999; 
}

.comments { 
	margin:10px 0 20px 0; 
	color: #5b89cf; 
}

.copyright { 
	color:#010728; 
	font-size:9pt; 
}

a { 
	color:#5b89cf; 
}

a:hover { 
	color:#2b538e; 
}

li { margin:10px 0; }


/* Layout
--------------------------------------------------------------------------- */

#logo {
	text-align:left;
}


#typechanger { 
	font-size:10pt; 
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif;
} 


#header {
	text-align:left;
	margin:0;
	padding:0;
	width:753px;
	color:#fff;
}


#container {
	background:#fff url("images/content_bgrnd.gif") repeat-y;
	text-align:left;
	margin:0;
	padding:0;
	width:753px;
}


#content {
	width:500px;
	float:left;
}

#right {
	width:250px;
	float:right;
}

.columnin {
	padding:0 20px;
}

#bottom {
	clear:both;
	background:#fff url("images/content_bottom.gif") no-repeat;
	background-position:bottom;
	height:28px;
}

#footer {
	text-align:center;
	width:753px;
}

.postimage { 
	float:left; 
	padding:0 5px 0 0; 
}



#footer .copyright a {
	font-size:10pt; 
	text-decoration:none; 
	color:#010728;
}
	
	
	  

/* Navigation
--------------------------------------------------------------------------- */

#nav {
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}

#nav li { 
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #dee4da; 
}

#nav a:link, ul#nav a:visited { 
	margin: 0;
	padding: 2px 0;
	text-decoration:none;
	display: block;
	color:#5b89cf;
}
	
#nav a:link.selected, ul#nav a:visited.selected, ul#nav a:hover { 
	background:#e1eaf7;
}