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

html,body {
	background-color:#FFFFFF;
	background: url(../img/bg.jpg) bottom fixed repeat-x;
	margin: 0;
	padding: 0;
	height:100%; /* needed for container min-height */
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:left;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 16px;
	text-align:left;
	margin-top:16px;
	}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color:#666666;
	margin-bottom: 10px;
	text-align:left;
	}
	

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	color:#333333;
	
	}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color:#666666;
	text-decoration: none;
	}
	
	
a:hover {
	color:#cc0000;
	}
	
ul li {
	margin-left: 35px;
	}
ul li a {
	font-weight:normal;
	}
	


#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background:#FFFFFF url(../img/bg.gif) top repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#container_intro {
	position:relative; /* needed for footer positioning*/
	margin:0 auto;
	margin-bottom:2px;
	width:800px;
	background:#000000;
}

#header {
	margin-top:8px;
	padding: 0;
	height: 42px;
	background: #FFFFFF;
}

#links {
	width: 780px;
	height: 18px;
	background-color: #000000;
	text-align:right;
	vertical-align:middle;
	padding-right: 10px;
	padding-left: 10px;
	color:#666666;
	}
	
#links a {
 	color:#CCCCCC;
	font-weight:bold;
	font-size: 12px;
	}
#links a:hover {
	color:#CC0000;
	}
	
#intro {
	margin: auto;
	width: 792px;
	padding: 0px;
	background-color:#000000;
	}


#content {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding:20px 0 30px 0; /* bottom padding for footer */
	text-align: justify;

}

#content_info {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding:30px 0 10px 0; /* bottom padding for footer */
	text-align: justify;

}

#content_design {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding:30px 0 10px 0; /* bottom padding for footer */
}

#sub {
	width: 640px;
	padding-bottom: 20px;
	margin: 0 0 30px 0;
	background: url(../img/dash.jpg) bottom left repeat-x;
	}

#subthumb {
	width: 640px;
	padding-bottom: 20px;
	margin: 0 0 30px 0;
	background: url(../img/dash.jpg) bottom left repeat-x;
	min-height: 150px;
	}

#thumb {
	float:left;
	position:relative;
	width: 220px;
	min-height: 150px;
	}

#thumb_centered {
margin: 15px auto 0 auto;
text-align: center;
width: 100%;
}

#infobox{
	text-align:left;
	width:640px;
	margin:20px auto 20px auto; 
	background: url(img/dash.jpg) top left repeat-x; 
	padding-top:5px;
	}



#excerpt {
	float:left;
	position:relative;
	width: 400px;
	min-height: 150px;
	}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-color:#000000;
	height: 4px;
}

.larger {
	font-size:larger;
	}

	
	
	
	