body {
	font-family:Helvetica;
	font-size:14px;
	background:#021526 url(images/bg.jpg) no-repeat top left;
	padding:0;
	color:#FFF;
	margin:0 auto;
}

#header {
	height:77px;
	padding:0;
	margin:0;
}
#logo {
	margin:0 auto;
	padding:10px 0 11px 10px;
	height:56px;
}

/**** NAVIGATION ***/
#nav {
	padding-left:10px;
	height:39px;
	background:url(images/nav_bg.png);
}

#nav #links {
	/*width:300px;*/
	/*width:240px;*/
	margin:0 auto;
}

#nav ul#links {
	/*margin:0;*/
	padding:0;
	list-style-image:none;
	list-style-type:none;
	list-style:none;
}
#nav ul#links li{
	display:inline;
	padding-right:10px;
}
#nav ul#links li.last{
	border:none;
}

#nav ul#links li a{
	color:#666666;
	font-size:10px;
	/*font-size:0.95em;*/
	text-decoration:none;
}
#nav ul#links li a:hover{
	text-decoration:underline;
}
#nav ul#links li.active{
	text-decoration:underline;
}

/**** CONTENT ***/
a:link, a:visited, a:active, a:hover {color:#c50a0a; text-decoration:none; }

.spacer { height:15px; }

#content {
	/*width:300px;*/
	/*width:190px;*/
	margin:0 auto;
	padding:15px 50px 50px 10px;
	overflow:hidden;
}

#content-inner {
}

.title { color:#999; font-size:22px; font-weight:bold; }
.title a{ color:#999; font-size:22px; text-decoration:none; }
.title a:hover { text-decoration:underline; }

.title2 { color:#999; font-size:14px; text-transform:uppercase; }
.title2 a{ color:#999; font-size:14px; text-decoration:none; }
.title2 a:hover { text-decoration:underline; }

.title_work { color:#fff; font-size:14px; width:100px; }
.title_work a{ color:#fff; font-size:14px; text-decoration:none;}
.title_work a:hover{ text-decoration:none;}


.link_box {
	background:url(images/work_container.png) no-repeat;
	width:300px;
	height:106px;
	vertical-align:top;
	color:#666;
	cursor:pointer;
	/*position:relative;*/
}

.link_box a {
	text-decoration:none;
}

.link_box a:hover{
	text-decoration:none;
}

.link_box .content {
	width:100px;
	height:95px;
	padding:5px 0px 5px 10px;
	float:left;	
	/*line-height: 95px;*/
	/*position:absolute;
	top:50%;
	margin-top:-47px;*/
}
.link_box img {
	padding:1px 0px 0px 1px;
	float:left;
}

/**** FOOTER ***/
#footer {
	background:url(images/footer_bg.png) repeat-x;
	height:27px;
	padding-top:12px;
	padding-left:10px;
	/*background:#f0f0f0;*/
}

#footer-inner {
	/*width:350px;*/
	/*width:240px;*/
	margin:0 auto;
	font-size:12px;
	opacity:.35;
	filter: alpha(opacity=99);
	-moz-opacity:.35;
}

#footer-inner a{
	color:#000;
	text-decoration:none;
}
#footer-inner a:hover{
	text-decoration:underline;
}