*{
	margin:0;
	padding:0;
}
h1{
	color:#13102b;
	font-size:1em;
	margin:0 0 16px 0;
}
html,body{	
	background:url(../_images/main_bg.jpg) repeat-x top left;
	font-family:Tahoma, sans-serif;
	font-size:1em;
}
#container{
	width:765px;
	height:100%;
	margin:0 auto 0 auto;
}
#header{
	width:765px;
	height:125px;
}
.header1	{
	background:url(../_images/header_bg.jpg) no-repeat top right;
	}
.header2	{
	background:url(../_images/header_bg_2.jpg) no-repeat top right;
	}
.header3	{
	background:url(../_images/header_bg_3.jpg) no-repeat top right;
	}

#nav{
	width:440px;
	height:23px;
	float:right;
	margin-top: 102px;
	margin-right: 9px;
	margin-bottom: 0;
	margin-left: 0;
}
#nav ul{
	list-style:none;
	display:inline;
	float:right;
}
#nav li{
	float:left;
	text-align:center;
	font-size:0.7em;
	font-weight:bold;
	margin:0 1px 0 0;
}
.button1{
	width:87px;
	height:23px;
	background:url(../_images/button1.jpg) no-repeat top left;
	padding:5px 0 0 0;
}
.button2{
	width:107px;
	height:23px;
	background:url(../_images/button2.jpg) no-repeat top left;
		padding:5px 0 0 0;
}
#nav a{
	color:#030013;
	text-decoration:none;
}
#nav a:hover{
	text-decoration:underline;
}

#main{
	width:765px;
	height:auto;
	float:left;
}
.main1{
	background:url(../_images/content_bg.jpg) no-repeat top left;
}
.main2{
	background:url(../_images/content_bg_2.jpg) no-repeat top left;
}
.main3{
	background:url(../_images/content_bg_3.jpg) no-repeat top left;
}
#leftcol{
	width:250px;
	height:auto;
	float:left;
}
#rightcol{
	width:345px;
	height:auto;
	float:right;
	margin:40px 40px 0 0;
}
#rightcol  p,#rightcol li{
	margin:10px 0 10px 0;
	font-size:0.8em;
	line-height:1.4em;
}
#contactpanel{
	width:213px;
	height:442px;
	float:left;
	background:url(../_images/contact_bg.png) no-repeat top left;
	margin:28px 0 0 75px;
}
#form{
	margin:0 0 0 10px;
}
form{
	width:180px;
	height:auto;
	float:left;
	margin:60px 0 0 0px;
}
label{
	float:left;
	color:#fff;
	font-size:0.65em;
	margin:2px 0 10px 10px;
}
input{
	width:110px;
	float:right;
	margin:0 0 10px 0;
}
textarea{
	float:left;
}
.formbutton{
	width:50px;
	height:21px;
	float:right;
	margin:10px 0 0 0;
}

#contacts{
	width:180px;
	float:right;
	margin:20px 0 0 0;
	clear:both;
}

#contacts p{
	font-size:0.6em;
	color:#fff;
	font-weight:bold;
	text-align:right;
	margin:0 15px 10px 0;
}
#jobbox {
	border: 2px solid #0066FF;
	background-color: #F4F4F4;
	padding: 5px;
}
#jobbox h2 {
	font-size: 14px;
	color: #003366;
}
