/* CSS Document */

/*----------------------- Default - Styles ----------------------- */

body {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	margin: 0;
}
div#wrapper{
	width: 1040px;
	margin: 0 auto;
	background-color:#FFF;
}
div#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	width: 1040px;
	height: 248px;
}

div#footer {
	background-image: url(images/footer.gif);
	width: 1040px;
	height: 157px;
}

div#main_body {
	border: #ff3268 1px dashed;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

div#comments {
	width: 826px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-top: #CCC thin solid;
}


/*----------------------- NAVIGATION ----------------------- */

div#navigation {
	width: 902px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 190px;
	text-align: center;
	border-bottom: none;
}
#navigation, a {
	border-bottom: #CCC 1px solid;
	color:#ff3268;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}
#navigation li {
	display: inline;
	list-style-type: none;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
#navigation ul {
	margin:0; 
	padding:0;
}
#navigation, a:visited { 
border-bottom: #CCC 1px solid;
	color:#ff3268;
	text-decoration:none;
} 

#navigation, a:hover {
	border-bottom: #333 5px solid;
	color: #ff6790;
	text-decoration: none;
}
#navigation, a:selected {
	text-decoration: none;
	color: #ff3268;
}


/*----------------------- MAIN_BODY TEXT ----------------------- */


div#main_body p {
	margin-left: 12px;
	margin-right: 12px;
	line-height: 1.5em;
	margin-top: 10px;
}

div#main_body h1 {
	font-weight: bold;
	letter-spacing: -1px;
	color: #ff3268;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 9px;
	margin-bottom: 10px;
}

