/* CSS Document */
body { 
	margin: 0 auto;
	text-align:center;
	}
#top {
	margin: 0 auto;
	text-align:center;
	width: 612px;
	}
#topleft {
	width: 306px;
	height: 50px;
	text-align: left;
	float: left;
	}
#topright {
	float:right;
	width: 306px;
	height: 50px;
	text-align: right;
	}
#topbar {
	margin-top:0px;
	margin: 0 auto;
	width: 608px;
	height:122px;
	text-align: center;
	margin-bottom: 0px;
	}
A.menu {
	margin-top:0px;}
#topbarylinks {
	margin: 0 auto;
	position:relative;
	margin-top:0px;
	height: inherit;
	border-style:solid;
	border-width: thin;
	width: 602px;
	text-align:center;
	}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: solid;
	border-width: 2px;
	border-color: #777777;}
	
h2 {
	border-bottom: solid;
	border-width: 2px;
	border-color: #000000;}	

h3 {
	border-bottom: solid;
	border-width: 2px;
	border-color: #000000;}
h4 {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;}
	

#bottomside{
	margin: 0 auto;
	text-align:center;
	width: 612px;
	height: auto;
	background-color: #FFFFFF;
	}
#blogside {
	margin: 0 auto;
	border-style: solid;
	border-width: thin;
	width: 400px;
	}

#bottom {
	position: relative;
	margin: 0 auto;
	width: 612px;
	text-align: right;
	}
p {
	padding-right: 10px;
	}