/*---------------------------------------------------
HTML, body
-----------------------------------------------------*/
body {
	background : #020202 url(img/bg.gif);
	background-repeat : repeat-x;  
	background-position : left top;
	color : #af9687;
	font : 10pt tahoma, verdana, arial, sans-serif;
	text-align : justify;
	margin : 0 auto;
}	
/*---------------------------------------------------
Layout dividers, structure and spec. positioning
-----------------------------------------------------*/
#box {
	background :  transparent;
	margin : 0 auto;
	text-align : justify;
	width : 953px;	
	float:left;
}
#header {
	background : transparent url(img/top.jpg);
	background-repeat : no-repeat;  
	background-position : left top;
	width : 953px;
	height : 224px;
	padding-top : 0;
} 
#header2 {
	background : transparent url(img/top2.jpg);
	background-repeat : no-repeat;  
	background-position : left top;
	width : 953px;
	height : 79px;
	padding-top : 0;
}
#content {
	background : transparent url(img/right.jpg);
	background-repeat : no-repeat;  
	background-position : left top;
	margin : 0 auto;
	background-repeat : no-repeat;
	width : 953px;
}
#navigation {
	background : transparent;
	float : left;
	width : 383px; 
	margin : 0 auto;
}		
#content1 {
	background : transparent;
	float : right;
	text-align : justify;
	width : 570px;	
}			   
/*---------------------------------------------------
top navigation links properties 
-----------------------------------------------------*/
a.menulink:hover {
background-color : #710000;
border : 0 solid black;
color : #ddd1c1;
display : block;
font : bold 9pt  arial, sans-serif;
text-align : center;
text-decoration : none;
width : 100%;  
padding: 2px; 
text-transform: lowercase;
}
a.menulink, a.menulink, a:active.menulink, a:visited.menulink {
border : 0 solid #000;
background-color : #2a1e1c;
color : #3e2b28;
display : block;
font : bold 9pt  arial, sans-serif;
text-align : center;
text-decoration : none;
width : 100%;
padding: 2px; 
text-transform: lowercase;	
}  
/*---------------------------------------------------
relevant common properties
-----------------------------------------------------*/	
p {
	font : 10pt tahoma, verdana, arial, sans-serif;
	margin-top : 1px;
	margin-bottom : 1px;
	margin-left : 10px;
	text-align : justify;
}
a:hover {
	color : #e52b30;
	cursor : help;
	text-decoration : none;
	border-bottom : 2px solid #af9687;
}
a, a:link, a:visited, a:active {
	color : #B52226;
	font-weight : bold;
	text-decoration : none;
	border-bottom : #9B9B9B;
}
h1 {	  
	background : transparent url(img/h1.gif);
	background-repeat : no-repeat;  
	background-position : left bottom;
	background-repeat : no-repeat;	 
	height:58px;
	color : #ded1c0;
	font : italic 15pt Tahoma, Verdana, sans-serif;
	padding-left : 110px;
	padding-top : 30px;
	line-height : normal;
	text-transform : capitalize; 
	border-bottom : 0px solid #ffffff;
}
strong, b {
	color : #e52b30;
}
i {		 
	color : #af9687;
}
img {
	border : 0;
}

