@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url('../template/images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #e6e6e6;
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet", "Trebuchet MS", "Arial", "sans";
	font-size:11px;
	line-height:18px;
	color:#333333;
}

#wrapper  {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 900px;
	height: 393px;
	background-image: url('../template/images/bg_inside.jpg');
}

#loginmodule {
	width: 405px;
	height: 103px;
	padding-top: 290px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 495px;
}

#bodycontainer {
	width: 900px;
	position: relative;
	padding-bottom: 15px;
}

#randomimage {
	width: 300px;
	height: 500px;
	float: left;
}

#logo {
	width: 900px;
	float: left;
}



#mainmenu {
	width: 125px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#content {
	width: 900px;
	float: left;
}

#rightline {
	width: 20px;
	float: left;
}

#clearit {
	clear: both;
}

#footer {
	width: 900px;
	height: 22px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.footertext {
	font-size: 12px;	
	color: #7B5B4C;
}


.smalltext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.contactinfo {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: none;
}

a.footer:link {
	color: #000000;
	text-decoration: none;
}
a.footer:hover {
	color: #000000;
	text-decoration: underline;
}
a.footer:visited {
	color: #000000;
	text-decoration: none;
}