/* CSS Document */
* 
{
    margin:0;
	padding:0; 
}

html, body, #wrapper 
{
     height: 100%;
}

body > #wrapper 
{
	height: auto; 
	min-height: 100%;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #363636;
	background: #899999 url(../images/bg_body.jpg) center top repeat-y;
}

#wrapper
{
	margin: 0px auto -33px;
}

#header
{
	width: 900px;
	height: 138px;
	padding: 0px;
	margin: 0px auto;
	background: url(../images/bg_header.jpg) no-repeat right top;
}

#header a img
{
	border: none;
}

#menu
{
	height: 33px;
	width: 900px;
	line-height: 33px;
	margin: 0px auto;
	background: url(../images/bg_navbar.jpg) top left repeat-x;
	text-align: center;
}

#content
{
	width: 800px;
	margin: 20px auto;
	padding: 0 50px 33px 50px;
}

#left_content
{
	float: left;
	display: inline;
	width: 500px;
}

.left_content_split
{
	float: left;
	display: inline;
	width: 250px;
}

#right_content
{
	float: right;
	display: inline;
	width: 250px;
}

#footer
{
	position: relative;
	clear:both;
	height: 33px;
	width: 900px;
	margin: -33px auto 0px auto;
	background: #693d62;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	color: #ffffff;
}

#footer a
{
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover
{
	font-style: italic;
}

/* Menu */
#menu ul
{
	padding: 0px;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
	padding: 0px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#menu ul li a:hover
{
	font-style: italic;
	color: #e1d5d9;
}

/* Clearfix */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Text Styles */
h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 30px;
	color: #693d62;
	font-variant: small-caps;
	font-weight: normal;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}

h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 25px;
	color: #693d62;
	padding: 20px 0px 0px 0px;
	margin: 0px;
	
}

p
{
	margin: 0px;
	padding: 10px 0px;
}

a
{
	color: #693d62;
	text-decoration: underline;
}

a:hover
{
	font-style: italic;
}

ul
{
		list-style-type: disc;
		padding-left: 30px;
}

/* Active Link */
body#home a#linkHome,
body#aboutWIPs a#linkAboutWIPs,
body#WIPsBoard a#linkWIPsBoard,
body#events a#linkEvents,
body#news a#linkNews,
body#membership a#linkMembership,
body#membersOnly a#linkMembersOnly
{
	font-style: italic;
	color: #e1d5d9;
}
