body,
html {
	margin:0;
	padding:0;
	color:#000;
	background-color: #0099ff;
}
body {
	min-width:760px;
	margin-top: 10px;
}
#wrap {
	margin:0 auto;
	width:760px;
	background-color: #CCCCCC;
}
#header {
	background:#ddd;
}
#header img {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#nav {
	padding:5px;
	background-color: #00CCFF;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
}
#nav a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav a:hover {
	color: #FFFFFF;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
#main {
	float:left;
	width:454px;
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main h2 {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin-top: 26px;
}
#main h3 {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
#main h2, #main h3, #main p {
	padding:0 10px;
}
#sidebar {
	float:right;
	width:306px;
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar a {
	color: #660000;
	text-decoration: none;
	font-weight: bolder;
}
#sidebar a:hover {
	color: #003366;
	text-decoration: none;
}
#sidebar img {
	padding-left: 0px;
}
#sidebar h4 {
	padding:0 10px 0 0;
	text-align: center;
	font-weight: bold;
}
#sidebar h3 {
	font-style: italic;
	text-align: center;
	font-weight: bold;
}

#sidebar p {
	padding:0 10px 0 0;
	text-align: center;
	font-weight: normal;
}
#footer {
	clear:both;
	background-color: #00ccff;
}
#footer p {
	padding:5px;
	margin:0;
	text-align: center;
	font-style: italic;
	color: #000000;
}
#footer p.cright2 {
	font-size: 10px;
}
#footer p.cright1 {
	font-size: 12px;
	font-weight: bold;
}

