body {
	text-align: center;
	background-repeat: repeat;
	width: 100%;
	background-image: url(images/bodyBG.png);
	color: #666666;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #FFFFFF;
}
#bottom_of {
	background-color: #2299A6;
	width: 100%;
}

#wrapper_top {
	background-color: #23BACE;
	height: 200px;
	width: 100%;
}

p {
	font-size: 12px;
	color: #999999;
}

#mainContent {
	height: 414px;
	width: 660px;
	display: inline;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #999999;
	float: right;
	background-color: #FFFFFF;
}
#footer {
	background-image: url(images/footer2.png);
	height: 50px;
	width: 661px;
	float: right;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	vertical-align: bottom;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
}



#header {
	height: 272px;
	width: 661px;
	background-image: url(images/header.png);
	display: inline;
	float: right;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container {
	height: 750px;
	width: 675px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container_bg.png);
}
#left {
	float: left;
	width: 440px;
	display: inline;
	background-image: url(images/content_bg.gif);
	margin-top: 0px;
	margin-left: 20px;
	text-align: left;
	height: 403px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#right {
	display: inline;
	float: right;
	width: 177px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	height: 403px;
}




#menu {
	background-image:url(images/menu_bg.png);
	height: 229px;
	width: 181px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	float: left;
	}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

a:link {
	color: #23D1EA;
	text-decoration: none;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #25D3ED;
	font-size: 12px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
}
