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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F2F2F2;
	font-weight: lighter;
	font-variant: normal;

}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/lines.gif);
	background-repeat: repeat;
	list-style-type: square;
}

a:link {
	color: #646464;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #646464;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #939393;
}

a:link.grey {
	color: #333333;
}

#footer a:link {
	color: #383838;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #383838;
}

#footer a:hover {
	text-decoration: underline;
	color: #F8F8F8;
}

#footer a:active {
	text-decoration: none;
	color: #383838;
}

h1 {
	line-height: 140%;
	font-size: 14px;
	font-weight: lighter;
	font-variant: small-caps;
 
}

h2 {
	font-size: 12px;
	font-variant: small-caps;
	font-weight: lighter;
 
}

h3 {
	 
}

h4 {
 
}

#wrapper {}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	text-align: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 4px;
	margin-top: 12px;
	padding-bottom: 4px;

	
}

#logo {
	float: left;
	width: 220px;

}

#navigation {
	float: right;
	width: 710px;
	text-align: right;
}

#content_index {
	background-image: url(images/index.jpg);
	background-repeat: no-repeat;
	height: 464px;
}

#content_about {
	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
	height: 368px;
}

#content_projects {
	background-image: url(images/projects.jpg);
	background-repeat: no-repeat;
	height: 368px;
}

#content_project_pages {

}



#content_wide {
	line-height: 135%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 4px;
	padding-top: 4px;

}

#content_latest {}


#left {
	float: left;
	width: 560px;
}

#right {
	float: right;
	width: 340px;
	margin: 0px;
	text-align: left;
	padding: 0;
}

#footer {
	text-align: right;
	background-image: url(images/line_background.gif);
	background-repeat: repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	
}

#links {
	float: right;
	width: 512px;
	padding-right: 12px;
}

#details {
	float: left;
	width: 420px;
	text-align: left;
	padding-left: 12px;
}


.img {
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.img_mini {
	border: thick solid #FFFFFF;
}

.img_fill {
	padding: 4px;	
}

#container #right p {
	margin-right: 8px;
}

#navcontainer {
	text-align: right;
	width: 710px;
	float: right;
	padding-top: 18px;
}

#navcontainer p {
	letter-spacing: .4em;
	color: #646464;
}
#footer p {
	letter-spacing:.1em;
	color: #383838;
}

.pink {
	color: #FFFFFF;
}

.pink a:link {
	color: #FF0033;
}

.grey {
	color: #383838;
}

.underline {
	text-decoration: underline;
}

.a_grey {
	color: #333333;
}

#image_holder {}

#image01{
	float:left;
	margin-left: 12px;
	}

#image02{
	float:right;
	margin-right: 12px;
	}
	
#right a:link {
	color: #F2F2F2;
}

#right a:visited {
	color: #F2F2F2;
}

#right a:hover {
	color: #3C3C3C;
}

#right a:active {
	color: #F2F2F2;
}


#content_wide blockquote {
	font-variant: normal;
	letter-spacing: .08em;
	text-transform: lowercase;
}

