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

body {
	background-color: #CCCCCC;
	background-image: url(../images/BigGreyBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover {
	text-decoration: underline;
}
#home_main {
	width: 540px;
	height: 280px;
	margin-top: 75px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: left;
	line-height: 45px;
	font-size: 16px;
	color: #333333;
	background-image: url(../images/HomeLogo.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.contactSection {
	width: 320px;
	float: left;
}
#about_text {
	color: #333333;
	text-align: left;
	width: 550px;
	margin-right: auto;
	padding-top: 25px;
	float: left;
	margin-left: auto;
	font-size: 12px;
	padding-left: 35px;
}
#about_images {
	float: left;
	width: 150px;
	clear: right;
	margin-left: 25px;
	margin-top: 25px;
}
#sub_links {
	width: 165px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	font-size: 16px;
	line-height: 45px;
	text-align: right;
	padding-right: 35px;
	background-image: url(../images/homeLine.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	height: 400px;
}
#sub_links a {
	text-decoration: none;
}
#sub_links .current {
	font-weight: bold;
	text-decoration: none;
}
#home_links {
	height: 255px;
	width: 75px;
	padding-right: 50px;
	background-image: url(../images/homeLine.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 25px;
	float: left;
	text-align: right;
}
#home_links a {
	text-decoration: none;
}
#about_images img {
}
#page {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
h1  {
	font-size: 12px;
	font-weight: bold;
}
.centered {
	text-align: center;
}
#portfolio_content {
	color: #333333;
	text-align: left;
	padding-left: 35px;
	width: 650px;
	margin-right: auto;
	padding-top: 0px;
	float: left;
	margin-left: auto;
	font-size: 12px;
	margin-top: 25px;
}
#myGallery {
	font-size: 18px;
}
.contactInfo {
	width: 300px;
	float: left;
	padding-left: 25px;
	margin-bottom: 25px;
}
#contact_content {
	color: #333333;
	text-align: left;
	padding-left: 35px;
	width: 650px;
	margin-right: auto;
	padding-top: 40px;
	float: left;
	margin-left: auto;
	font-size: 12px;
	margin-top: 25px;
}
#legal {
	color: #CCCCCC;
	text-align: center;
	font-size: 12px;
	clear: left;
}
