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

html
{
	height:100%;
}

body 
{	
	background:url(img/bg2.png);
	background-position: top;
	background-attachment:scroll;
	background-repeat:repeat-x;
	background-color: #151515;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	margin: 0 auto;
	padding: 0px;
	color: #666666;
	height:100%;
	position:relative;
}

p {
	margin-bottom:0px;
}

ul
{
	padding-left:20px;
	margin:5px;
}

.footer
{
	position: absolute;
	bottom:0;
	color:#555555;
	border-top:#123456 2px solid;
	width: 100%;
	padding-top: 10px;
	font-size: 11px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	background-color: #000000;
	height:40px;
}

.input
{
	font-family: "Courier New", Courier, monospace;
	color: #666666;
	border: 1px solid #333333;
	width: 150px;
	background-color:#000000;
	margin-bottom:10px;
}

textarea
{
	font-family:"Courier New", Courier, monospace;
	overflow:auto;
	color:#666666;
	border: 1px solid #333333;
	width: 150px;
	height: 100px;
	background-color:#000000;
	margin-bottom:10px;
}

.header
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	border-bottom:3px #550009 solid;
	height:145px;
	position:relative;
}

h1
{
	color:#800000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight: bold;
	/*margin-bottom:7px;*/
	margin-top:20px;
	border-bottom: #550009 1px solid ;
	width: 95%;
	padding-bottom:2px;
}

h2
{
	color:#666666;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
}

.pfolio
{
	margin-top: 47px;
}

.contact
{
	margin-top:0px;
	margin-bottom:3px;
}

h3
{
	color:#800000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-bottom:7px;
	margin-top:5px;
	border-bottom: #550009 1px solid ;
	width: 200px;
	padding-bottom:2px;
}

.submit
{
	background-color:#000000;
	border:1px solid #333333;
	color:#666666;
}


.nav
{
	position:relative;
	z-index:1;
	margin-right:15px;
	color:#ffffff;	
}

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

img
{
	margin:0px;
	margin-bottom:5px;
	border: 0;
}

.feat
{
	margin-top:5px;
	margin-bottom:10px;
}

.mainbox
{
	min-height:100%;
	width: 75%;
	padding-top: 0px;
	padding-bottom: 30px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.leftbox
{
	min-height:100%;
	width: 67%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align:left;
	float:left;
	overflow:hidden;
}

.rightbox
{
	/*background:url(img/c4bg.png);
	background-color:#003c3d;*/
	position:relative;
	/*color:#dddddd;*/
	width:31%;
	text-align:left;
	float:right;
	overflow:hidden;
}

.form
{
	list-style-type:none;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	padding-left:0;
	margin-bottom:10px;
}

.thumb
{
	display:block;
	width:100px;
	height:74px;
	background-position: -100px 0px;
}

.thumb:hover
{
	background-position: 0 0;
}

#container
{
	min-height:100%;
	position:relative;
	padding: 0px 0px 70px 0px;
}