@import url("reset.css");
	
.clear {clear: both;}	

body {
	background-color: #bfbfbf;
	background-position: 0 top;
	background-image: url(/resources/images/BgRepeat.png);
	background-repeat: repeat-x;
	font-family: "Lucida Grande",Geneva,Arial,Helvetica,sans-serif;
	color: #bbb;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}

.wrapper {
	height: auto !important;
	height: 1000px;
	width: 732px;
	margin: 0 auto;
	padding: 30px 0 70px 0;
}

a:link, a:visited, a:active {
	color: rgb(255, 127, 0);
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}

a:hover {
	text-decoration: none;
	color: rgb(255, 127, 0);
	cursor: pointer;
}

h1 {
	font-size:22px;
	font-weight:bold;
	padding-bottom:5px;
}

h2 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:0px;
}

h3 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	font-size: 14px;
}

h4 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 5px;
}

/*
// CONTENT BOX
*/


