/* CSS Document */

body {
	margin: 0;
	padding:0;
	background-color: #604860;
	text-align: center;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #353535;
}

img {
	border: none;
}

h1 { 	
	padding:10px 2px 2px 2px;
	display: block;
	margin: 15px 0 15px 0;
	font-size: 12px;
	color: #FF0099;
	font-weight: bolder;
	clear:both;
}

p {
	padding:2px;
	line-height: 1.5;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

a, a:link, a:visited, a:active {

	text-decoration: none;
	color: #222A30; 
}

a:hover  {

	text-decoration: none;
	color: #FF0099;

}

.fade {
	color: #B2AA9D;

}

.image {
	margin-top: 100px;
	padding:0px;

}

.clear {
	clear: both;
	height: 10px;
	width: 0;
	font-size: 0;
	padding: 0;
}

ul {
list-style-type: none;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
padding-top:7px;
padding-bottom:7px;
padding-left:0px;

}

li {

display: inline;
padding:7px;
border-right: 1px solid #FF0099;

}

li.active {
	color: #FF0099;

}
li.first {

padding-left:0px;

}

li.firstactive {

padding-left:0px;
	color: #FF0099;

}

li.last {

border-right: none;

}

li.lastactive {

border-right: none;
color: #FF0099;

}

/* STRUCTURE */

#outer_wrapper {
	width: 650px;
	margin-top: 20px;
	margin-bottom: 20px;
    margin-left: 0px;
    margin-right: auto;
	background-color: #FFFFFF;

}

#wrapper {
	position: relative;
	width: 500px;
	text-align: left;
	margin: 0px 50px 0px 100px;
	background-color: #FFFFFF;
}

/* FOOTER */

#footer {
	background-image: url(../_images/line.gif);
    background-repeat: repeat-x;
	display:block;
	text-align: left;
	color: #353535;
	padding-top: 10px;
}
.copyright {
		font-size: 10px;
}

