@charset "utf-8";
/* CSS Document */

.clear {
	clear: both;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-image:url(images/background.jpg);
	color:#669999;
}

h1 {
	color:#374c54;
}

.blockquote {
	width:425px;
	margin:0 auto;
	padding: 5px 10px 5px 10px;
}

#wrapper {
	width: 940px;  
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-image:url(images/cont_bg.gif);
} 

#header {
	padding: 0px 0px 0px 0px;
	margin:0 auto;
}

#content { width: 900px; padding-right: 1px; padding-left: 15px; padding-top: 0px; }

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CFF;
}

#footer_box { margin:0 auto; width:225px; float:left;}
#footer_box_container {height:80px; padding-left:135px;}

#menu {
	width: 940px;
	padding: 0px 0px 0px 0px;
	background-image:url(images/nav_bg.jpg);
	margin:0 auto;
}

/*----- NAVIGATION MENU -----*/

#nav ul {
    padding:0;
	list-style: none;
	display:inline;
}

#nav ul li{
	list-style: none;
	display:inline;
    padding: 0px 1px 0px 1px;
}

#nav ul li .current {
	color: #CFF;
	display:inline;
}

#nav ul a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCF;
	text-decoration: none;
	font-size: 18px;
}

#nav ul a:hover{
	color: #CFF;
	text-decoration: none;
}

/*----- END NAVIGATION MENU -----*/

a { font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ color: #6CC; }

a:hover {
	text-decoration:none;
	color:#6CC;
}

.underlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CCC;
}

/* begin PostBullets */
/* Start Content list */

ol {
	padding-left:150px;
}

ul {
	padding-left:300px;
	list-style-image:url(images/dot.gif)
}

li {
	padding-bottom: 10px;
	text-align:left;
	
}
/* Finish Content list */
/* end PostBullets */

