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

body {
	background-image: url(images/background.png);
	background-repeat: repeat;
}
#pagewrap {
	width: 1224px;
	margin: 0 auto;
	margin-top: -21px;
}

#header {
	height: 160px;
	background-color: #1b4472;
	background-image: url(images/header-test.png);
	background-repeat: no-repeat;
}


#main {
	float: left;
	width: 250px;
	margin-left: 100px;
	background-repeat: no-repeat;
	font-size: 17px;
	color: #FFF;
	font-weight: bold;
	background-image: url(images/Secondary_Page_graphics/contact_column_titles6.png);
}

#sidebar {
	float: right;
	width: 250px;
	background-color: #FFF;
	font-size: 16px;
	color: #1B4472;
}

#content {
	width: 100%;
	float: left;
	background-color: #FFF;
	padding-top: 50px;
}

#content2 {
	width: 100%;
	float: left;
	margin-top: 15px;
	background-color: #FFF;
}

#sidebar {
	width: 775px;
	float: right;
	margin-top: 54px;
	margin-right: 35px;
	text-align: center;
}

#portfolio_box{
	width: 189px;
	height: 200px;
	float: left;
	margin-right: 93px;
	margin-bottom: 62px;
	font-size: 16px;
	font-weight: bold;
} 

#portfolio_box p{
	margin-bottom: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left: 10px;
	margin-top: 20px;
} 

#portfolio_box a
{
	display: inline;
	color: #1B4472;
	font-weight: bold;
	font-size: 11px;
}

#portfolio_box_end{
	width: 189px;
	height: 200px;
	float: left;
	margin-right: 0px;
	margin-bottom: 62px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	img: solid 2px #1B4472;
} 

#portfolio_box_end p{
	margin-bottom: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left: 10px;
	margin-top: 20px;
} 

#portfolio_box_end a
{
	display: inline;
	color: #1B4472;
	font-weight: bold;
	font-size: 11px;
}


#footer {
	clear: both;
	height: 100px;
	font-size: 18px;
	color: #1B4472;
	font-weight: bolder;
