body {
	border:0px; 
	margin:0px; 
	padding:0px;
	background-color:#EAEAEA;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	font-variant: normal;
	line-height: 20px;
}

a {
	color:#09c;
	text-decoration:none;
	font-weight:600;
}

h1 {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	font-variant: normal;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2{
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	font-variant: normal;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

h3{
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #000000;
	font-variant: normal;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;

}


#top {
	left: 0px;
	text-align: left;
	width: 100%;
	height: 134px;
	background-color: #505053;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}


#logo {
	position: absolute;
	top: 53px;
	left: 0px;
}

#border {
	position: absolute;
	top: 107px;
	width: 100%;
	height: 27px;
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
}

#content {
	top: 137px;
	text-align:left;
	padding: 15px;
	margin-top: 15px;
	margin-right: 15%;
	margin-left: 15%;
	left: 0px;
}

#content ul {
	font-weight: bold;

}

#content li {
	margin-left: 5%;
	font-weight: normal;

}

#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#navigation {
	position: absolute;
	top: 0px;
	right: 20px;
	height: 40px;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#navigation a {
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
	padding-left: 12px;
	background: #272729 url(../images/left_tab.jpg) left bottom no-repeat;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 3px;
	font-size: 18px;
}

#navigation a span {
	margin-top: 5px;
	background: url(../images/right_tab.jpg) right bottom no-repeat;
	padding-right: 12px;
	padding-bottom: 10px;
}

#navigation a, #navigation a span {
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none
}
/* End hide */

#navigation a:hover {
	background: #6e6e70 url(../images/left_tab_hover.jpg) left bottom no-repeat;
	padding-left: 12px;
}

#navigation a:hover span {
	background: url(../images/right_tab_hover.jpg) right bottom no-repeat;
	padding-right: 12px;
}

#navigation ul {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0px;
}

#navigation li {
	
	list-style: none;
	float: left;
	margin: 0;
	padding-top: 0px;
	top: 0px;
}
	

