body,
	html {
		margin:0;
		padding:0;
		color:#000;
		background:#fff;
	}
	#wrap {
		width:1034px;
		margin:0 auto;
		background:#fff;
	}
	#header {
    	padding:5px 10px;
		background:#fff;
	}

	#main {
		float:left;
		width:500px;
		padding:10px;
		background:#fff;
	}
	#sidebar {
		float:right;
		width:484px;
		padding:10px;
		background:#fff;
	}
	#footer {
		clear:both;
		padding:5px 10px;
		background:#fff;
	}
	#footer p {
		margin:0;
		text-align: center;
		font-size: .6em;
    }
	* html #footer {
		height:1px;
		
	}


h1, h2{
font-family: Georgia, Serif;
background-color: #fff;
color: #444;
font-weight: 100;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: -1px;
line-height: -4em;
font-size: 5em;
margin: 55px 0px 10px 0px;
}

h3{
font-family: Georgia, Serif;
background-color: #fff;
color: #555;
font-weight: 100;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: -1px;
line-height: -4em;
font-size: 3em;
margin: 10px 0px 0px 0px;
}


h4{
font-family: Georgia, Serif;
background-color: #fff;
color: #555;
font-weight: 100;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: -1px;
line-height: -4em;
font-size: 2em;
margin: 10px 0px 0px 0px;
}



p{
font-family: Verdana, Sans-serif;
background-color: #fff;
color: #444;
font-weight: 100;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 1.9em;
font-size: 1em;
}

li{
font-family: Verdana, Sans-serif;
color: #444;
font-weight: 100;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
line-height: 2.5em;
font-size: .8em;
}

ul { list-style-type:none }

a:link  { color: #5787a7;
text-decoration: none;}
a:visited { color: #5787a7;
text-decoration: none;}
a:hover { color: #0099ff;
text-decoration: none;}
a:active { color: #5787a7;
text-decoration: none;}

img { border: none; }
img.m5rl { margin:0 5px;}
.va-middle { vertical-align:middle;}


