* {padding: 0; margin: 0;}

blockquote { margin-left: 10px }

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../Images/style_elements/body_bak.gif);
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1,h2,h3,h4,p {
	padding: 10px;
}

h1 {
	font-size: 18px;
	color: #FF00CC;
	margin-top: 10px;
}

h2 {
	font-size: 14px;
	color: #663366;
}

h3 {
	font-size: 12px;
	color: #663366;
}

div#wrapper {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	padding: 0;
	overflow: hidden;
}

div#top {
	position: relative;
	margin: 0px;
	height: 100px;
	background-image: url(../Images/style_elements/header_bg.gif);
	border-bottom: #FF00CC 1px solid;
}

div#top_center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 750px;
	max-width: 1024px;
}	

div#content {
	position: relative;
	background-image: url(../Images/style_elements/content_bak.jpg);
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	min-width: 750px;
	max-width: 1024px;
	border-top: #FF00CC 1px solid;
	border-left: #FF00CC 1px solid;
	border-right: #660066 1px solid;
	border-bottom: #660066 1px solid;
}

div#content a {
	color: #990099;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}

div#content strong { color: #663366 }

div#nav {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	line-height: 1.8;
	list-style-type: none;
	font-size: 10px;
}

div#nav li {
	display: inline;
}

div#nav li a {
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	float: left;
	background-image: url(../Images/style_elements/tab_bg.gif);
	text-decoration: none;
	color: #FFFFFF;
}

div#nav li a:hover {
	background-image: url(../Images/style_elements/tab_bg_hover.gif);
	text-decoration: none;
}

div#text {
	padding-top: 10px;
	max-width: 900px;
}

div#text ul {
	margin-left: 5em;
}

#right_img_hor {
	width: 210px;
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: right;
	text-align: center;
	font-size: 9px;
	border-left: #993399 1px solid;
}

#right_img_hor p {
	width: 200px;
}

#right_img_hor img {
	padding-bottom: 5px;
}

div#bottom {
	position: relative;	
	height: auto;
	background-image: url(../Images/style_elements/bottom_bg.gif);
	font-size: 9px;
	text-align: left;
	color: #FFFFFF;
}

div#bottom strong { color: #FFFFFF }

div#copr {
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}

div#copr a {
	color: #FFFFCC;
	text-decoration: none;
}

div#copr a:hover {
	text-decoration: underline;
}