/*** common ***/
body {
	background: #000000;
	color: #000000;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	margin: 0;
   min-width: 976px;
	padding: 0;
   text-align: center;
}

a {
}

hr {
	border: none;
	border-top: 1px solid #D0D0D0;
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
	max-height: 0;
	margin: 6px 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

img {
	border: 0;
}

ul {
	margin: 0 0 0 15px;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
}


/*** clear float ***/
.clear_float {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.clear_both {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}


/*** wrappers ***/
#wrapper {
   background: url( ../images/background.png ) repeat-y;
   margin: 0 auto;
   text-align: left;
   width: 976px;
}

#wrapper_header {
   background: url( ../images/header.png ) no-repeat;
	height: auto !important;
   height: 100px;
   min-height: 100px;
}

#wrapper_footer {
   background: url( ../images/footer.png ) no-repeat bottom left;
	height: auto !important;
   height: 100px;
   min-height: 100px;
   position: relative;
}


/*** content ***/
#content {
   float: right;
	height: auto !important;
   height: 276px;
   min-height: 276px;
   padding: 248px 45px 76px;
   width: 567px;
}

#content_left {
   float: right;
   padding: 188px 35px 22px 30px;
	text-align: center;
   width: 254px;
}

#content_left h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#content_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content_left ul li {
	margin: 0;
	padding: 28px 0 0 0;
}


/*** navigation ***/
ul.navigation {
	margin: 0;
	padding: 0;
}

ul.navigation li {
	border-left: 1px solid #CEC2A6;
	font-size: 14px;
	display: inline;
	padding: 0px 14px;
}

ul.navigation li.first {
	border-left: 0px;
}

ul.navigation li a {
	color: #CFC3A7;
	text-decoration: none;
}

ul.navigation li a:hover {
	color: #FFFFFF;
}

#footer ul.navigation {
	position: absolute;
	right: 42px;
	top: -32px;
}


/*** header ***/
#logo {
	left: 27px;
	position: absolute;
	top: 42px;
}

#testimony {
	color: #CFC3A7;
	font-size: 11px;
	font-style: italic;
	height: 96px;
	line-height: 20px;
	position: absolute;
	right: 40px;
	top: 32px;
	width: 600px;
}

#header_navigation {
	position: absolute;
	right: 12px;
	text-align: right;
	top: 180px;
	width: 650px;
}


/*** footer ***/
#footer {
	height: 90px;
	position: relative;
}


/*** icons ***/
ul#icons {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 24px;
	bottom: 24px;
}

ul#icons li {
	display: inline;
	padding-left: 18px;
}


/*** projects ***/
ul#projects {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#projects li {
	float: left;
	padding: 10px;
	text-align: center;
	width: 263px;
}

#next_prev {
	padding-top: 10px;
	text-align: center;
}

#next_prev ul {
	margin: 0;
	padding: 0;
}

#next_prev ul li {
	display: inline;
	font-size: 10px;
	padding-right: 3px;
}

