@charset "utf-8";
* {
margin: 0
}

body {
	font: 13px Helvetica, Verdana, Arial, sans-serif;
	padding: 0;
	text-align: center;
	color: #4D4D58;
	background: #183152;
}

p {
	margin: 10px 0;
}
h1 {
	font: 22px bold Verdana, Arial, Helvetica, sans-serif;
	color: #1767C6;
	margin:20px 0;	
}
h2 {
	font: 15px bold Verdana, Arial, Helvetica, sans-serif;
	color: #1767C6;	
	margin-bottom:10px;
	text-decoration:underline;
}

a {
	color:#1767C6;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#maincontainer {
	width: 919px;
	/*background: url(../images/bg_body.gif) repeat-y top center;*/
	margin: 0 auto;
}
#container {
	width: 919px;  
	background: #ffffff; 
	margin: 0 auto; 
	text-align: left; 
	background: url(../images/bg_middle.gif) repeat-y center;	
}
#cont_top {
	background: url(../images/bg_top.gif) repeat-y center;
	height:9px;
}
#cont_middle {
	background: url(../images/bg_middle.gif) repeat-y center;	
}
#cont_bottom {
	background: #FFFFFF url(../images/bg_bottom.gif) no-repeat bottom center;
	height:27px;
}

#left_cont {
	float:left;
	padding-left:40px;
	width:570px;
}
#left_cont p {
	line-height:170%;
	margin-bottom:20px;
}
#right_cont {
	padding:20px;
	float:right;
	width:240px;
}

.portfolio {
	text-align:center;
}

.menu {
	margin-top: 20px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}
.menu ul {
	margin-left:-30px;
}
.menu li{
	border-bottom:1px dotted black;
	list-style: upper-roman;
	height: 30px;
	display: block;
	padding-left: 20px;
	padding-top: 5px;
}
.menu a {
	color: #595959;
}
.menu a:hover {
	color: #000;
}


#footer_cont {
	margin: 0 auto;
	width: 919px;
}
.footerContent {
	font-size: 10px;
	text-align:center;
	padding: 7px 7px 3px 7px;
}

.logo {
	width:900px;
	height:184px;
}
#mainContent {
	padding: 10px 40px; 
}
#mainContent p {
	text-align:justify;
}

