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

body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}

body a:link, a:visited, a:active{
	color:#666666;
	text-decoration: none;
	}
	
body a:hover{
	color:#000000;
	text-decoration: none;
	}
		
body img, a{
	outline: none;
	border:none;
	
}
.center #missing {
	width: 1000px;
	background: #000000;
}
.center #container {
	width: 1000px;
	background: #FFFFFF;
	margin: 1% auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.center #content {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.center #sitecontent{
	margin-top:30px;
	margin-bottom:30px;
	}

.center #sitecontent img{
	padding:10px;
	}


.center #menu {
	width:130px;
	height:auto;
	float:left;
	position:absolute;
	}


.center #work {
	width:820px;
	height:auto;
	float:right;
	
	}

.center #othermenu {
	width:auto;
	height:auto;
	text-align: left;
	}
	
	
.center #othercontent {
	width:auto;
	height:auto;
	text-align: left;
	margin-top:30px;
	margin-left:20px;
	}
	
.center #sitecontent2{
	margin-top:10px;
	margin-bottom:30px;
	}

.center #sitecontent2 img{
	padding:10px;
	}

#form {
	margin-top:30px;
	}

input, textarea
{
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.center #right{
	width:650px;
	height:inherit;
	text-align: left;
	margin-top:30px;
	margin-left:20px;
	float:right;
	}

.center #left{
	width:250px;
	height:auto;
	text-align: left;
	margin-top:30px;
	margin-left:20px;
	float:left;
	}
	
.center #othercontentservices {
	width:auto;
	height:auto;
	text-align: left;
	margin-top:30px;
	margin-left:20px;
	}
