/* CSS Document */

body,
html {
	margin:0;
	padding:0;
	color:#000;
	background: url("images/bg.gif") repeat-x;
}

#wrap {
	width:800px;
	margin:0 auto;
	background:#fff;
}

#header {
	background: url("images/header.gif") no-repeat;
	height: 250px;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}



#main {
	background:#fff;
	float:left;
	width:615px;

	padding-top: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330033;
}

h1		{ 
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #330033;

}

h2		{ 
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

#sidebar {
	background:#fff;
	float:right;
	width: 185px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330033;

}

#footer {
	
	clear:both;
	background: url("images/footer.gif") repeat;
	height:16px;
	padding-top: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

#footer p {
	margin:0;
}

.rollover a {
		display:block;
		width: 180px;
		padding:2px 2px 2px 1px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #ffffff;
		background: url("images/rollover.gif") 0 0 no-repeat;
		text-decoration: none;
		text-align:center;
}

.rollover a:hover { 
		background-position: 0 -20px;
		color: #000000;
				text-align:center;
}

.rollover a:active {
		background-position: 0 -40px;
		color:#ffffff;
				text-align:center;
}


.rolloverbutton a {
		display: block;
		width: 180px;
		padding:3px 2px 5px 2px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #ffffff;
		background: url("images/rolloverbutton.gif") 0 0 no-repeat;
		text-decoration: none;
		text-align: center;
}

.rolloverbutton a:hover { 
		background-position: 0 -35px;
		color: #ffffff;
				text-align:center;
}

.rolloverbutton a:active {
		background-position: 0 -70px;
		color:#ffffff;
				text-align:center;
}

.h1 a {
		color: #ffffff;
		text-decoration: none;
		font-size: 11px;
}
.h1 a:hover { 
		font-size: 11px;
		color: #ffffff;
		text-decoration:underline;
}
.h1 a:active {
			color: #ffffff;
		text-decoration:underline;
		font-size: 11px;
}






A:link.home {
		text-decoration: none;
		color: #666633;
		font-size:14px;
		font-weight:bold;
		
}
A:visited.home {
		text-decoration: none;
		color:#666633;
		font-size:14px;
		font-weight:bold;
		}

A:active.home {
		text-decoration: none;
		color:#666633;
		font-size:14px;
		font-weight:bold;
		
}
A:hover.home {
		text-decoration: underline;
		color:#666633;
		font-weight:bold;
		font-size:14px;
}
