body {
	margin-top: 0px;
	border-top: 0px;
	background-color: #919191;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 84%;
	line-height: 150%;
}

h1 {
	font-size: 190%
}

h2 {

}

h3 {
	font-size: 135%
}

img {
	border: 0px;
}


#holder {
	width: 632px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(assets/backrapid.png) top left no-repeat;	
}

#header {
	width: 632px;
	height: 124px;
	background: transparent url(assets/header.png) top left no-repeat;
	margin-bottom: 0px;	
}

#social {
	background: transparent url(assets/social.png) top left no-repeat;
	height: 24px;
	width: 632px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-top: -5px;
	font-weight: bold;
}

#social1 {
	width: 210px;
	float: left;
	font-size: 90%;
	padding-left: 10px;
}

#social2 {
	width: 210px;
	float: left;
	font-size: 90%
}

#social3 {
	float: right;
	height: 24px;
	font-size: 90%;
	padding-right: 14px;
	padding-top: 2px;
}



#content {
	width: 632px;
	margin-top: 0px;
	border-top: 10px;
	display: table-cell
	
}

#nav {
	float: left;
	list-style-type: none;
	margin-top: 17px;
	margin-right: 5px;
	margin-left: -30px;
	width: 155px;
}

#nav, ul {
	list-style-type: none;
}

#nav li {
	height: 25px;
}

#nav li a:link {
	color: #000;
	text-decoration: none;
	padding-left: 1px;
}

#nav li a:link, .selected {
	padding-left: 3px;
	font-weight: bold;
}

#nav li a:hover {
	padding-left: 5px;
	color: #000;
}

#nav li a:visited {
	text-decoration: none;
	color: #000;
}


#col1 {
	float: left;
	border-top: 20px;
	width: 632px;
	margin-right: 5px;
	margin-left: 5px;
}

#col2 {
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
	border-left: 10px;
	border-bottom: 20px;
	width: 475px;
}

#col2 ul {
	list-style-type: none;
	padding-bottom: 20px;
}

#footer {
	margin-top: 20px;
	width: 632px;
	height: 50px;
	background: transparent url(assets/backfoot.png) top left no-repeat;
	font-size: 11px;
}

#footer p {
	text-align: center;
}


