a	{
	color: #A92F2F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}

body {
background-image: url(images/background.gif);
margin: 0;
padding: 0;
font-size: 9pt;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height: 150%;
}

h1,h2,h3,h4 {
margin: 0.2em 0;
}

h1 {
color: #A6414A;
font-size: 160%;
line-height: 110%;
margin-top: 15px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}

h3 {
color: #5297b6;
font-size: 125%;
padding-top: 20px;
line-height: 90%;
margin-top: 15px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}

p {
margin: 0.5em 0;
}

#blog {
	width: 565px;
	margin-left: 45px;
	padding-left: 25px;
	border-left: 1px solid #1A5874;
	}

#content {
	padding: 0 15px 50px 15px;
	line-height: 200%;
}

#footer {
	background-color: #EFEFEF;
	color: #3c3c3c;
	padding: 1% 2%;
	border-top: 1px solid #DEDEDE;
	clear: right;
}


#header {
	width: 100%;
	height: 140px;
	background-image: url("images/header_bg.jpg");
	background-repeat: no-repeat;
}


#menu {
	display: block;
	width: 100%;
	text-align: left;
	margin-left: 0;
	padding-left: 9px;
	
}

#menu a {
	display: inline;
	color: #1A5874;
	font-size: 110%;
	font-family: "Myriad", "Myriad Pro";
	letter-spacing: 1px;
	padding: 5px;

}

#menu li {
	display: inline;
	list-style: none;
}


#sidebarwrap {
	width: 184px;
	background-color: #6ebdcc;
	-moz-border-radius-topleft: 10px;	
	-moz-border-radius-topright: 10px;
	margin: 0 0 10px 20px;
	padding: 10px 0 0 0;
	float: right;
}


#sidebar  {
    width: 170px;
	height: 300px;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	font-size: 85%;
	padding: 7px;
	line-height: 150%;
}		

#wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 4 0 4;
	background-color: white;
}












