/* global */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background: #3b3535;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #959191;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

h1 {
	color: #3f3f3f;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
}

h2 {
	font-size: 18px;
	color: #3f3f3f;
	font-weight: bold;
	padding-bottom: 20px;
}

h3 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding: 6px 0 0 12px;
}

h4 {
	padding: 40px 0 32px  0;
	font-weight: bold;
	font-size: 18px;
	color: #F7931D;
}

ul {
	list-style-type: none;
	width: 330px;
	margin-left: 25px;
}

li {
	background: url(pic/ulBg.gif);
	background-repeat: no-repeat;
 	background-position: 0px 4px;
	padding-left: 20px;
	padding-bottom: 20px;
}

a {
	color: #F7931D;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.rightImg {
	float: right;
	margin: 0 0 20px 20px;
}

/* end global */


/* basic */

#wrap {
	margin: auto; 
	width: 857px;
	text-align: left;
	min-height: 100%;
	background: url(pic/background.jpg) repeat-y;
}

#wrapIn {
	float: left;
	width: 829px;
	background: url(pic/background.jpg) repeat-y;
	padding: 0 14px 0 14px;
}

#header {
	height: 66px;
	width: 100%;
	background: url(pic/header.jpg) repeat-x;
}

#mainPic {
	background: url(pic/join.jpg);
	width: 100%;
	height: 384px;
}

#join {
	width: 226px;
	height: 123px;
	float: right;
	background: #none;
	margin: 239px 0 0 0;
}

#logo {
	float: left;
	padding: 25px 25px 0 25px;
}

.menuSeparator {
	height: 65px;
	width: 1px;
	background: url(pic/menuSeparator.jpg) no-repeat;
	float: left;
}

#menu a {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	float: left;
	text-align: center;
	width: 73px;
	padding: 25px 0 0 0;
	color: #8d8d8c;
}

#menu a:hover {
	color: #e62c2c;
	text-decoration: none;
}

#content {
	width: 779px;
	padding: 30px 25px 30px 25px;
	background: url(pic/contentBg.jpg) repeat-x #fff;
	float: left;
}

#columnLeft {
	width: 511px;
	float: left;
}

#columnRight {
	width: 204px;
	float: right;
}

.block {
	width: 180px;
	background: url(pic/blockTop.jpg) no-repeat #dbdbdb;
	float: left;
	padding: 12px 12px 0 12px;	
}

.blockBottom {
	width: 204px;
	height: 12px;
	background: url(pic/blockBottom.jpg) no-repeat;
	float: left;
}

/* end basic */


/* footer */

#footer {
    clear: both;
	position: relative;
	margin-top: -164px; 
	width: 100%;
	height: 164px;
	font-size: 11px;
	color: #5f5f5f;
	text-align: center;
}

#footerIn {
	margin: auto;
	width: 829px;
	height: 164px;
	background: url(pic/footer.jpg) no-repeat;
}

#footerIn h3 {
	font-weight: bold;
	font-size: 13px;
	color: #cdcdcd;
}

#footerIn a {
	color: #5f5f5f;
	font-weight: normal;
	/*float: left;*/
	padding: 0 10px 10px 10px;
}	

#footerIn a:hover {
	color: #fff;
	text-decoration: none;
}	

/* end footer */






