/*------------------------------------------------------------
NORMALIZE styles
-------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,textarea,p,blockquote,th,td,img {  
	border: 0;
	margin: 0; 
	padding: 0;
	}
	
a:focus, a:active { outline: none;}

/*------------------------------------------------------------
STRUCTURE styles
-------------------------------------------------------------*/

body {
	background: #320000 url("../images/_site/body_bg.jpg") top left repeat-x;
	color: #8f8080;
	font-family: Georgia, serif;
	font-size: 12px;	
	}
	
#wrap {
	margin: 0 auto;
	width: 824px;
	}

#header {
	height: 45px;
	margin: 50px 0 0 0;
	}

#navigation {
	float: right;
	padding-top: 18px;
	}

#navigation li {
	display: inline;
	list-style: none;
	padding-left: 1px;
	}

#navigation li a:hover { border-bottom: 1px dotted #fff; }

#news {
	background: transparent url("../images/_site/page_break.gif") top left no-repeat;
	width: 824px;
	padding: 15px 0 0 15px;
	}
	
#content {
	background: transparent url("../images/_site/page_break.gif") top left no-repeat;
	clear: both;
	margin-top: 12px;
	padding: 5px 25px 20px 25px;
	}

.project {
	background: #000;
	height: 400px;
	line-height: 400px;
	list-style: none;
	text-align: center;
	width: 773px;
	}

.project img { vertical-align: middle;}

/*------------------------------------------------------------
TEXT styles
-------------------------------------------------------------*/

h1 {
	color: #fff;
	float: left;
	font-size: 30px;
	font-weight: normal;
	}

h1 a { color: #fff;}

h1 a:hover { color: #8f8080;}

h2 {
	margin: 18px 0 5px 0;
	font-size: 12px;
	font-weight: normal;
	}

h2 a { color: #8f8080; font-size: 10px;}
	
.grey { color: #8f8080;}

a { color: #8f8080; text-decoration: none;}

a:hover { color: #fff; }

p { padding-top: 5px;	line-height: 150%;}
