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

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
	color: #000;
	background-color: #03C;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(background3.png);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center;
}

.custom #container {
	background-color: #FFF;
	padding: 0px;
	text-align: justify;
	border: medium solid #333;
	width: 850px;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: repeat;
	background-image: url(containterbackground.gif);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.custom #header {
	background-attachment: fixed;
	background-position: left center;
	margin: 0px;
	padding: 10px;
	border: thin none #000;
	text-align: center;
	background-repeat: repeat;
	background-image: url(Blue.jpg);
}

.custom #footer{
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 30px;
}

.custom #footer h6 {
	margin: 0px;
	padding: 0px;
	font-size: xx-small;
	text-align: left;
}

.custom #maincontent{
	margin: 0px;
	color: #03F;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	background-image: url(containterbackground2.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.custom #maincontent h1 {
	color: #000080;
}

.custom #photo {
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.custom #rightpanel {
	float: right;
	width: 150px;
	margin-left: 30px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
