
body {
	background-color:#121212;
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	background-attachment:scroll;
	padding:0;
	margin:0;
}
#main {
	width:100%;
}
#left_col {
	width:12%;
	background-color:#B3A683;
	background-image:url(../images/bg_col_left.gif);
	background-repeat:repeat-y;
	background-attachment:scroll;
	background-position:right;
	
}

#left_container {
	padding-left:12px;
}

#right_col {
	width:12%;
	background-color:#B3A683;
	background-image:url(../images/bg_col_right.gif);
	background-repeat:repeat-y;
	background-attachment:scroll;
	background-position:left;
	
}

#right_container{
	
}

#content_col {
	width:100%;
	background-color:#FFF3D2;
}

#content_container {
	width:97%;
	margin:0 auto;
	
	text-align:left;
	/*padding:12px;*/
}

#header {
	background-color:#271E0D;
	background-image:url(../images/header1.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:178px;
}
#nav {
	background-color:#382C0F;
	height:42px;
}
#footer {
	background-color:#242424;
	height:50px;
	color:#CCC;
}

#footer_container {
	padding:1em;
}

/************ OJS Modifications ******************/
#nav_table {
	height:42px;
	width:100%;
}
#nav_table a {
	color:#B3A683;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7em;
	text-decoration:none;
}

#nav_table a:link, a:visited, a:active {
	
}
#nav_table a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}



#nav_table td {
	padding-left:1em;
	padding-right:6px;
}

