
/* basic style declarations */

body {
	font: 12px Verdana;
	background-image: url(images/bodybackground2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: scroll;
	}

a:link {
	font: 14px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: #3366CC
	}

a:visited {
	text-decoration:none;
	color: #3366CC;
	font: 14px "Trebuchet MS", Verdana;
	}
	
a:hover, a:active {
	font: 14px "Trebuchet MS", Verdana;
	text-decoration: none;
	color: #A03E19;
	}
	
p {
	text-indent:20px;
	font: 14px "Gill Sans", Verdana;
	}
	
/* structural declarations */

#container {
	position: relative;
	width: 700px;
	padding:0;
	margin: 40px auto 10px auto;
	border: 2px solid #CCCCCC;
	background-image: url(images/rightcontentbackground.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
	background-color:white;
	}

#fullPageContainer {
	position: relative;
	width: 600px;
	padding: 0px 10px 100px 10px;
	margin: 0px auto 10px auto;
	}

#fullPageContainer img {
	position:relative;
	margin:5px;
	z-index:0;
	}

h1 {
	font: 20px "Gill Sans", Verdana;
	color: #A03E19;
	}

h2 {
	font: 17px "Gill Sans", Verdana;
	color: #A03E19;
	}
	
#leftContainer {
	float:left;
	width: 300px;
	margin: 0 0 5px 0;
	padding: 0 15px 0 10px;
	text-align: justify;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(images/leftcontentbackground.png);
	}

#rightContainer {
	float:right;
	width:345px;
	top:123px;
	margin:0;
	margin:5px 0 5px 0px;
 	}
 
 #rightContainer img {
 	margin:10px;
 	}

#banner {
	padding:0;
	margin:0;
	height:100px;
	background-image:url(images/banner.jpg);
	}

#blogDate {
	font-style: italic;
	color:#A03E19
	}

#blog {
	border-bottom:1px dashed #CCCCCC;
	}
	
#footer {
	position:relative;
	border:2px solid #CCCCCC;
	width: 700px;
	margin: 0 auto 40px auto;
	padding: 0;
	background-color: white;
	}
	
#footer p {
	margin: 2px 5px 2px 5px;
	}
	
#clearBar {
	clear:both;
	}
	
/* menu */

#menuContainer {
	padding:0;
	margin:0;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	width: 700px;
	}
	
#menu {
	margin:0 0 0 0;
	padding:0 0 5px 0;
	text-align:center;
	background-color: white;
	}

#menu ul {
	display: inline;
	padding:0;
	margin:0;
	}

#menu ul li {
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	display: inline;
	}
	
#menu a:link, #menu a:visited {
	font: 14px "Gill Sans", Verdana;
	color:#000000;
	}
	
#menu a:hover, #menu a:active {
	font: 14px "Gill Sans", Verdana;
	text-decoration: none;
	color: #A03E19;
	}