body {
	margin : 0;
	padding : 0;
	line-height : 1.8em;
	background : #fff url(images/body_bg.jpg) repeat-x;
	color : #555;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
			/*CONTAINER*/
#container { 
	width : 750px;
	margin : 0 auto;
	border : 0 solid white;
	text-align : left;
	background : transparent;
	color : #333;
	font-size: small;
}
			/*BANNER*/
#banner {
	width : 100%;
	height : 150px;
	border : 5px none #e2e2e2;
	color : #333;
	text-align: center;
	background-color: #fff;
	background-image: url(images/stones.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#banner h1 {
margin : 5px 0 0 5px;
padding : 0;
font-family : verdana, "Trebuchet MS", arial, sans-serif;
font-size : 175%;
letter-spacing : 3px;
text-transform : none;
text-align : left;
background : transparent;
color : #b29b35;
}
			/*TOP NAVIGATION*/
#nav ul {
margin : 0 auto;
padding : 0;
list-style : none;
display : table;
white-space : nowrap;
font-family : arial, verdana, sans-serif;
font-size : 11px;
}
#nav li {
display : table-cell;
margin : 0;
padding : 0;

}
#nav a {
float : left;
color:#990000;
margin : 0 2px 0 0;
padding : 0 0 0 2px;
text-decoration : none;
letter-spacing : 1px;

}
#nav a b {
float : left;
display : block;
background : transparent url(images/top_right.gif) no-repeat right top;
padding : 5px 16px 5px 12px;
}
#nav a:hover {
background : #000 url(images/top_left.gif) no-repeat left top;
color : #fff;
cursor : pointer;
}
#nav .current a {
background : #000 url(images/top_left.gif) no-repeat left top;
color : #fff;
cursor : default;
}
#nav {
	padding : 2px 0 10px 0;
	margin-bottom : 20px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
			/*MAIN CONTENT*/
#content {
float : left;
width : 500px;
margin : 0;
padding : 0;
}
#container #content a:link {
	text-decoration: underline;
	font-weight: bold;
}

			/*SIDEBAR*/
#sidebar {
	border-left : 1px solid #eee;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 540px;
}
#sidebar h2 {
	text-transform : uppercase;
	letter-spacing : 3px;
	background : inherit;
	color : #2D6E89;
	font-family: verdana, "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 10px;
}

#sidebar p {
	font-size: 85%;
	line-height: 1.5em;
	color: #2D6E89;
	text-align: justify;
}

#sidebar ul {
	font-size: 85%;
	line-height: 1.5em;
	color: #666666;
}
#sidebar li a:link {
	text-decoration:underline;
	font-weight: bold;
}
	
	
			/*FOOTER*/
#footer {
clear : both;
font-size : 75%;
margin : 0 0 0 0;
padding-right : 5px;
border-top : 1px solid #2D6E89;
text-align : left;
color : #000;
background : #fff;
}
			/*LINK PROPERTIES*/
#footer a:link, #footer a:visited, #navlist a:link, #navlist a:visited, a:link, a:visited {
	color : #2D6E89;
	background : inherit;
	text-decoration : underline;
}
#footer a:hover, #navlist a:hover, a:hover {
color : #999;
background : inherit;
text-decoration : none;
}
#navlist li {
list-style-type : square;
background : inherit;
color : #666;
margin : 0 15px 0 0;
padding : 0;
}
a img {
border : 0;
}
			/*TYPOGRAPHY*/
p {
margin : 10px;
}
h1 {
	text-transform : uppercase;
	letter-spacing : 3px;
	background : inherit;
	color : #2D6E89;
	font-family: verdana, "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
h2 {
	text-transform : uppercase;
	letter-spacing : 3px;
	background : inherit;
	color : #2D6E89;
	font-family: verdana, "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	text-align: left;
}
h3 {
margin-top : 10px;
padding : 5px;
font : bold 90% verdana, "Trebuchet MS", arial, sans-serif;
text-transform : uppercase;
color : #2D6E89;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*CLASSES*/
.img {
margin : 0;
padding : 5px;
}
.imgleft {
	float : left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.imgright {
float : right;
margin : 5px 15px;
padding : 5px;
}

.imgother {
float : left;
margin : 2px 10px;
padding : 5px;
border: 1px solid #CCCCCC;

}
.news {
padding : 15px;
border-left : 1px solid #2D6E89;
}
.smalltext {
	font-size: 80%;
	color: #999999;
}
