/* stylesheet design by:
Versus Technologies, www.versustechnologies.com */

/* global style specifications */

body {
	background-color: #464646;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

div, li, p, td {
	color: #616161;
	font-size: 12px;
}

a {
	color: #AA0000;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #CC0606;
	text-decoration: underline;
}

h1 {
	color: #616161;
	font-size: 18px;
}

/* template style specifications */

div#templatecontainer {
	background-image: url(../images/bg_container.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	text-align: left;
	width: 805px;
}

div#templateleft {
	float: left;
	width: 319px;
}

div#templateright {
	float: right;
	width: 486px;
}

div#menubg {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 132px;
	text-align: center;
	width: 486px;
}

div#menu {
	height: 132px;
	padding-top: 45px;
}

a.menu {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

a.menu:hover {
	color: #1B8B28;
	text-decoration: underline;
}

img.spacer {
	margin-left: 10px;
	margin-right: 10px;
}

div#content {
	margin-top: -10px;
	padding-left: 10px;
	padding-right: 10px;
}

div#templatebottom {
	background-image: url(../images/template_bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 34px;
	width: 805px;
}

div#welcomeimg {
	background-image: url(../images/present.png);
	background-repeat: no-repeat;
	float: right;
	height: 255px;
	left: 65px;
	margin-bottom: -255px;
	position: relative;
	top: -20px;
	width: 241px;
}