body {
	font-family: verdana, arial, sans-serif;
	background: #CACACA;
	font-size: 9px;
	color: #838383;
	text-align: center;
	vertical-align: middle;
}

#main {
	width: 680px;
	color: #737373;
}

#top {
	height: 174px;
	width: 680px;
	text-align: left;
	color: #555555;
	font-size: 25px;
	background-image: url(top_bg.jpg);
	background-repeat: no-repeat;
}

#header {
	font-family: georgia, serif;
	font-size: 24px;
	height: 100px;
	width: 680px;
	background-image: url(header_bg.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
}

#menu {
	font-size: 12px;
	width: 680px;
	height: 39px;
	color: #FF0000;
	background-image: url(menu_bg.jpg);
	background-repeat: no-repeat;
}

#text {
	width: 680px;
	background-image: url(txt_bg.jpg);
	background-repeat: y;
	text-align: middle;
}

#content {
	width:620px;
	font-size:11px;
	color:#838383;
	text-align:justify;
}

h1 {
	font-size:25px;
}

h2 {
	font-size:17px;
}

h3 {
	font-size:9px;
}

#footer {
	width:680px;
	height:50px;
	background-image:url(footer_bg.jpg);
	background-repeat:no-repeat;
}

a:link {color: #737373; text-decoration: none;}
a:before {color: #737373; text-decoration: none;}
a:visited {color: #737373; text-decoration: none;}
a:active {color: #737373; text-decoration: none;}
a:hover {color: #A3A3A3; text-decoration: none;}