body {
	background-image: url(images/back.gif);
	background-repeat: repeat;
	background-color: #070B16;
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	width: 775px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
h1 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 40px;
	padding-left: 35px;
	margin: 0px;
	padding-right: 0px;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}
.title {
	font-size: 24px;
	color: #76273B;
}
#topNav {
	float: right;
	width: 350px;
	font-size: 16px;
	position: relative;
	top: 85px;
	color: #FFFFFF;
}

#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topNav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}

#topNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}

#topNav a:hover {
	color: #76273B;
	text-decoration: none;
}

#contentBack {
	background-image: url(images/middle.gif);
	background-repeat: repeat;
	background-position: 0px;
	float: left;
	width: 775px;
	margin-top: 100px;
}
#content {
	float: left;
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 645px;
	padding-top: 25px;
	padding-right: 65px;
	padding-bottom: 25px;
	padding-left: 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #070B16;
}


#content a {
	color: #76273B;
	text-decoration: none;
}

#content a:hover {	color: #945766;
	text-decoration: underline;}

#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 775px;
	height: 57px;
	float: left;
}
#copyright {
	float: left;
	width: 775px;
	color: #6B7491;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	color: #76273B;
}
#home1 {
	float: left;
	width: 350px;
}



#home2 {
	float: right;
	width: 200px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #BCBEC6;
	padding-left: 30px;
	padding-right: 25px;
}

.portfolio-content {
	min-height:600px;
	height:auto !important;
	height:600px;
	
	}
	
	.portfolio-content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
	.portfolio-content li {
	width: 320px;
	text-align: center;
	float: left;
	padding-bottom: 20px;
	font-size: 10px;

}