/*

Taking a look at my code, eh?


*/


* { margin: auto; padding: auto;}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width:700px;
	margin-top: 100px;
	background-color: #e4e4e4;
	background: url('images/brown_bg.gif') repeat;
	color: #35311f;
}


h1 {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: -1px;
	text-shadow: 0 1px #c5ba8b;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}

.content {
	font-size: 18px;
	letter-spacing: -1px;
	text-align: left;
}

.main { 
	padding: 50px;
	border: 0px solid #3399dd;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-shadow: 0 1px #c5ba8b;	

}

.main a:link,a:visited {
	color: #F5C477;
	text-shadow: 0 1px #857847;
	text-decoration: none;
}

.main a:hover {
	color: #4d442e;
	text-shadow: none;
}

.main img {
	border: none;
}


ul {
	list-style-type: none;
	border-top: #c5b98c 1px solid;
	border-bottom: #756d4c 1px solid;
}



