@charset "utf-8";

#home {
	background-color: #41424B;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}

#home #container {

}


/*begin Header*/
#home #container #headwrapper {
	height: 50px;
	left: 0px;
	top: 0px;
	right: 0px;
}
#home #container #headwrapper #header {
	width: auto;
	font-size: .75em;
}
/*End Header*/

#home #container #contentwrapper {
	width: 850px;
	height: 800px;
	background-image: url(New%20Folder/containbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
}
#home #container #contentwrapper #main {
	height: auto;
	width: 420px;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	margin-left: 25px;
}
#home #container #contentwrapper #sidebar {
	width: 275px;
	float: right;
	height: auto;
	font-size: .75em;
	padding-top: 15px;
}
#home #container #contentwrapper #sidebar li {
	font-style: italic;
}

h2 {
	color: #FFFFFF;
}
h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

#home #container #footwrapper {
	width: 900px;
	bottom: 0px;
	height: 40px;
	padding-top: 25px;
}
#home #container #footwrapper #foot {
	width: auto;
	text-align: right;
	height: 20px;
}


.wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
a:link {
	color: #00CCCC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CCFF99;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CCCC66;
	text-decoration: none;
	font-weight: bold;
}

