/*
30 June 2009
Author: Alia Rose Connor
Website: www.aliglia.com
*/

/*---------->>> GLOBAL <<<-----------*/
* {
	margin:0;
	padding:0;
}
body {
	background:#ffffff url(images/stripe.jpg) repeat-x;
	color:#898989;
	font-family:Georgia, Times, serif;
}
#wrapper {
	width:490px;
	margin:0 auto;
	text-align:center;
	padding-top:150px;
}
li {
	list-style:none;
} 
a, a:link, a:visited {
	font-family:Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	color:#898989;
}
a img {
	border:none;
}

/*---------->>> HEADER <<<-----------*/
h1 {
	width:267px;
	height:72px;
	background:url(images/logo.jpg) no-repeat;
	text-indent:-9999px;
	margin:0 auto;
}

/*---------->>> CONTENT <<<----------*/
#content {
	margin-top:5px;
	margin-bottom:40px;
}
#content p {
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:18px;
}
#content a {
	font-size:1.1em;
}
#content a:hover {
	color:#66245c;
}

/*---------->>> FOOTER <<<-----------*/
#footer p {
	font-size:1.3em;
	line-height:1.6em;
}
#footer li {
	text-align:right;
	margin-right:110px;
}
#footer li.first a:hover {
	color:#4c6318;
}
#footer li.second a:hover {
	color:#1b8788;
}
#footer li.third a:hover {
	color:#b5311b;
}
#footer li.fourth a:hover {
	color:#66245c;
}
