/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
   	}

* a {
	font-weight: bold;
   	}

body {
	text-align: center;
   	}

div#container {
	background: url(../images/wed_bkgrd.gif) top center no-repeat fixed #FFFFFF;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	}
	
div#intro_container {
	width: 800px;
	height: 600px;
	margin: 0 auto;
	}
	
div#sidebar {
	width: 225px;
	float: left;
	}

div#main {
	float: left;
	width: 575px;
	text-align: left;
	}

div#header {
	height: 120px;
	width: 502px;
	text-align: left;
	}
	
div#curious {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	margin-top: 10px;
	margin-right: 50px;
	padding-bottom: 10px;
	}

/*******************************************************************************
	Header
*******************************************************************************/
div#header img#logo {
	margin-left: 140px;
	margin-top: 10px;
	}

/*******************************************************************************
	Content
*******************************************************************************/
#content {
	position: relative;
	left: 0px;
	width: 538px;
	text-align: left;
	font-size: 12px;
	line-height: 1.46em;
	}
	
#content,
#content * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}
	
#content h1 {
	color: #666666;
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 0.3em;
	}
	
#content h2 {
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 0.3em;
	padding-top: 0.5em;
	}
	
#content h3 {
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	}

#content h4 {
	color: #666666;
	font-size: 1.0em;
	font-weight: bold;
	}
	
#content hr {
	height: 0.4em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	background-color: #666666;
	color: #666666;
	}
	
#content p {
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	}

#content ul {
	margin-left: 1.35em;
	padding-bottom: 0.5em;
	}
	
img#content_header {
	padding-bottom: 10px;
	}

/*******************************************************************************
	Curious
*******************************************************************************/
div#curious a {
	color: #cccccc;
	text-decoration: none;
	font-weight: normal;
	}
	
div#curious a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}