@charset "UTF-8";
body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #17140F;
	margin-top: 1%;
	margin-right: 0;
	margin-bottom: 2%;
	margin-left: 0;
}
a {
	text-decoration: none;
	color: #D0BCA5;
}
a:hover {
	text-decoration: underline;
	color: #AF9C8B;
}
#container  {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #362f2d;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#logo {
	float: left;
	height: 203px;
	width: 330px;
}
#header_rt  {
	height: 126px;
	width: 694px;
	float: right;
} 
#header_rt   h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
}

/*--- main nav ---*/
#nav {
	float: right;
	height: 24px;
	font-family: "Times New Roman", Times, serif;
	line-height: 22px;
	text-transform: uppercase;
	color: #E0D8B5;
	width: 694px;
	padding-left: 0px;
	letter-spacing: 2px;
	font-size: 12px;
	background-color: #151111;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #312A28;
	clear: right;
}
ul#navigation, ul#navigation li{
	list-style:none;
	text-align:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
ul#navigation{
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
ul#navigation li{
	display:inline;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
}
ul#navigation li a{
	color:#fdcc92;
	text-decoration:none;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 17px;
}
ul#navigation li.last{
	border-right: 0;  
}
ul#navigation li a:hover,
body.home ul#navigation li a.nav_home,
body.portfolio ul#navigation li a.nav_portfolio,
body.about ul#navigation li a.nav_about,
body.contact ul#navigation li a.nav_contact,
body.calendar ul#navigation li a.nav_calendar,
body.resource ul#navigation li a.nav_resource,
body.advertise ul#navigation li a.nav_advertise
{
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar1_container {
	float: left;
	clear: left;
}
#sidebar1_home  {
	padding-top: 0px;
	padding-right: 43px;
	padding-bottom: 10px;
	padding-left: 38px;
	color: #998675;
	font-size: 12px;
	background-image: url(../images/sidebar_repeaty.jpg);
	background-repeat: repeat-y;
	width: 249px;
	height: 100%;
}
#sidebar1_home a {
	color: #D0BCA5;
	text-decoration: none;
}
#sidebar1_home a:hover {
	color: #998675;
	text-decoration: underline;
}
#sidebar1_about  {
	padding-top: 0px;
	padding-right: 43px;
	padding-bottom: 10px;
	padding-left: 38px;
	color: #998675;
	font-size: 12px;
	background-image: url(../images/sidebar_repeaty.jpg);
	background-repeat: repeat-y;
	width: 249px;
	height: 400px;
}
#sidebar1_contact  {
	padding-top: 0px;
	padding-right: 43px;
	padding-bottom: 10px;
	padding-left: 38px;
	color: #998675;
	font-size: 12px;
	background-image: url(../images/sidebar_repeaty.jpg);
	background-repeat: repeat-y;
	width: 249px;
	height: 450px;
}
#sidebar1_portfolio  {
	padding-top: 0px;
	padding-right: 43px;
	padding-bottom: 10px;
	padding-left: 38px;
	color: #998675;
	font-size: 12px;
	background-image: url(../images/sidebar_repeaty.jpg);
	background-repeat: repeat-y;
	width: 249px;
	height: 420px;
}
ul#sidebar1, ul#sidebar li{
	font-size: 18px;
	line-height:32px;
}

#sidebar2  {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	background-image: url(../images/sidebar_repeatx.jpg);
	background-repeat: repeat-x;
	height: 100%;
	min-height: 500px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #e6d6c3;
	font-size: 12px;
}#sidebar_bottom {
	height: 75px;
	width: 330px;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: left;
}
#mainContent  {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 60px;
	color: #e6d6c3;
	width: 614px;
	font-size: 14px;
	font-weight: lighter;
	font-family: "Times New Roman", Times, serif;
	float: right;
} 
.table {
	font-size: 10px;
	float: left;
}
#portfolio  {
	padding: 25px;
	float: right;
} 
#footer  {
	padding: 0 20px 0 350px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#362f2d;
	color: #AF9C8B;
	font-size: 9px;
	text-align: center;
	line-height: 22px;
	letter-spacing: 2px;
	background-image: url(../images/footer.jpg);
	height: 130px;
} 
#footer  a {
	text-decoration: none;
	font-size: 10px;
	color: #AF9C8B;
} 
#footer  a:hover {
	text-decoration: underline;
	color: #FFFFFF;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.trajan  {
	font-family: "Times New Roman", Times, serif;
	color: #c7b299;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c7b299;
}
.bold  {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}
