/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #d1cdca url('images/bg.jpg');
	font: 0.9em/150% Arial, Helvetica, sans-serif;	
	
	color: #626262;
}


ol, ul {
	margin: 10px 10px 15px;
	padding: 10px;
}

h1, h2, h3 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0;

	}



a:link, a:visited, a:active {
	color: #d3307e;
	text-decoration: none;
}


a:hover {	
	color: #7a0788;
	text-decoration: none;
}



input, textarea, select {
	background: #f0f0f0;
	border: #888888 1px solid; padding: 5px;
}
blockquote {
	background: #fff url('images/blockquote.jpg') no-repeat;
	width: 400px;
	margin-left: 50px;
	padding: 2px 5px;
	border-top: #7a0788 3px solid;

}
code {
	font-family: "Courier New", monospace;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}




.column1 {
	float: left;
	padding: 0 5px 0 10px;
	width: 235px;
	margin-top: 15px;
	}



.column2 {
	float: left;
	padding: 0 10px 0 5px;
	width: 235px;
	margin-top: 15px;
	}



.clear {
	clear: both;
	}




/* Layout */

#wrapper {
	margin: 15px auto;
	width: 780px;

	overflow: hidden;
	background: none;
}
#header {
	float: left;
	width: 250px;

	padding: 0;
	margin: 20px 0;
	font: italic 45px/1.2 Georgia, serif;
	color: #7a0788;
	text-transform: lowercase;
	letter-spacing: -2px;
	text-align: right;
	
}




#content {
	
	float: right;
padding: 20px 15px;
	margin: 0 auto 10px;
	width: 490px;
	background: #f0f0f0;
	border: #e3327d 1px dotted;


} 

#content h1 {
		margin: 0 auto;
        color: #d3307e;
		font-size: 2em;
	
	
	}

#content h2 {
		color: #f14974;
		font-size: 1.75em;
		
	}



	
#content h3 {
		
	color: #545454;
		
	font-size: 1.5em;

	}

		


#navigation {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	font: bold 18px/30px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

#navigation ul {
	padding: 0px;
	white-space: nowrap;
	margin: 20px -20px 0 0;
	text-align: center;
	
}

#navigation ul li {
	display: block;

  	width: 225px;
	list-style-type: none;
	height: 30px;
	text-align: right;

	padding-right: 50px;

}





#navigation ul li a {
	display: block;
	margin: 5px 0 0;
	text-decoration: none;
	color:#f1f1f1;
	background: url('images/nav.png');
	height: 30px;
	padding-right: 10px;
}


#navigation ul li a:hover {
	color: #f9d8e8;
	background: url('images/navhover.png');
	
}

#bottom {
	
	clear: both;
	padding: 10px;
	margin-left: 258px;
	width: 500px;
	background: #f0f0f0;
	border: #e3327d 1px dotted;
	overflow: hidden;}


	
	
	/* Sidebar Styles */
	
	
	#bottom h2 {
		margin: 0;
        color: #7a0788;
        text-transform: lowercase;
		font: italic 1.65em/1.1 Georgia, serif;
	}

	

#bottom p {
	
	margin: 2px auto 10px auto;
	
	}


	
#bottom ul.linklist {
   float: left; width: 45%; margin: 0;
   padding: 0 1%;
   list-style-type: none;
}



#bottom li a {
	display: block;
border-bottom: #c0c0c0 dotted 1px;
	margin: 5px 0 5px 0;
	list-style-type: none;
	padding-left: 5px;	}



#bottom li a:hover {
	border-bottom: #666 dotted 1px;	}


#footer {
	clear: both;
	margin: 0;
}

	/* Footer Styles */
	
	#footer p {

		text-align: right;
	
		line-height: 1.5;
	}
