/* CSS Document */
* 
{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

body
{
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	background-color: #000033;
	text-align: justify;
}

h2 
{
	font-size: 20px;
	font-weight: bold;
	font-family: Arial-black, Helvetica, sans-serif;
	color: #000033;
}

h3 
{
	font-size:10px;
	color: #000033;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
}

li 
{
	list-style:none;
	padding-left:20px;
}

.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000033;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	
}
.menu_link:hover
{
color:#006699;
text-decoration:none;
}

a
{
	color: #666666;
}

a:visited
{
	color: #000033;
}

#copyright
{
	font-size: 9px;
	color: #666666;
}

#background
{
	width: 910px;
	height: 540px;
	margin: 0px auto;
	background-image:url(design/background.jpg);
	background-repeat: no-repeat;
}

#main
{
	width: 880px;
	height: 510px;
	padding: 10px;
	background-color: #FFFFFF;
}

#header
{
	height: 60px;
	background-image: url(design/header.jpg);
	background-repeat: repeat-y;
}

#logo
{
	height: 60px;
	padding-left: 10px;
	width: 430px;
	float: left;
}

#menu
{
	height: 18px;
	width: 420px;
	padding-top: 42px;
	padding-right: 20px;
	float: right;
	text-align:right;
}

#content_left
{
	width: 250px;
	height: 450px;
	background-image: url(design/content_left.jpg);
	background-repeat: repeat-x;
	float: left;
}

#content_left2
{
	width: 240px;
	height: 450px;
	background-image: url(design/content_left.jpg);
	background-repeat: repeat-x;
	float: left;
	padding-left:10px;
	padding-top:15px;
}

#content_right
{
	float: right;
	width: 620px;
}

#content_right_top
{
	width: 620px;
	height: 310px;
	background: url(project1_Large.jpg) #666666 no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content_right_bottom
{
}

#content_right_bottom_left
{
	width: 285px;
	height: 100px;
	padding-bottom:18px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 2px;
	float: left;
	background-color: #CCCCCC;
}

#content_right_bottom_right
{
	width: 285px;
	height: 100px;
	padding-bottom:18px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 2px;
	float: right;
	background-color: #CCCCCC;
}

.project_box
{
	width: 350px;
	height: 95px;
	padding: 5px;
	margin-left: -265px;
}

.project_box_text 
{
	width:180px;
	height:95px;
	padding-left:10px;
	padding-right: 10px;
	font-size:11px;
	float:left;
}

.project_box_image 
{
	width:150px;
	height:95px;
	float:left;
}
