﻿body {
margin:0;
padding:0;
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color:#c4a457;
text-align: left;
height:100%;
background-color:#280605;
}

#wrap { 
width:800px; 
margin:0 auto; 
}

#header {
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
height:158px;
width:800px;
font-size: 23pt;
font-weight: bold;
/*font-variant:small-caps;*/
}

#header a{
	text-decoration:none;	/* No underline */
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16pt;
	color:#280605;
		}
		
		#header a:hover{
	text-decoration:underline;	/* No underline */
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16pt;
	color:#280605;
		}
	
#header table {
margin-right:11px;
margin-top:7px;
float:right;
text-align:center;
}

#logo {
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
margin:0px;
padding:5px;
height:103px;
width:263px;
float:left;
}

#content {
height:383px;
width:800px;
margin:0px;
padding:0px;
}

#test {
float:left;
width:400px;
}

	#dhtmlgoodies_menu{	
		font-family:Arial, Helvetica, sans-serif;	/* Font for main menu items */
		width:40px;	/* Width of main menu */
		float:left;
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
		padding-left:10px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:23pt;
		color:#c4a457;	/* Black text color */
		text-align:center;
		height:350px;	/* 20 pixel height */
		line-height:50px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		border:3px solid #280605;	/* Black border */
		background-color:#280605;	/* Light blue background color */
		margin:1px;	/* A little bit of air */
		padding:3px;	/* Air between border and text inside */
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#280605;
		background-color:#c4a457;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #280605;
		background-color:#c4a457;
		font-family:arial;
		text-align:left;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding: 1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#280605;	/* Black text color */
		font-size: 17pt;
		/*font-variant:small-caps;*/
		font-weight:bold;
		height:33px;	/* 16 pixels height */
		line-height:30px;	/* 16 pixels height */
		padding:5px;	/* 1px of "air" inside */
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#c4a457;	/* White text */
		background-color:#280605;	/* Blue background */
	}

#main_content_pic {
float:left;
border:none;
margin:1px 0 1px 10px;
font-size:13px;
color:#280605;
width:276px;
}

#main_content_text {
float:right;
width:350px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
/*font-variant:small-caps;*/
color:#280605;
margin:5px;
padding:1px 20px 1px 0px;
text-indent:15px;
text-align:justify;
height:355px;
overflow: auto;
}

#catalog {
float:right;
width:600px;
padding:0px 15px;
height:355px;
overflow: auto;
scrollbar-base-color:#280605;
}

#catalog a {
font-size:12px;
text-align:left;
color:#400000;
text-decoration:none;
}

#catalog a:hover {
font-size:12px;
color:#400000;
text-decoration:underline;
}


#img {
background-image:url(../images/thumb_bg.png);
height:180px;
width:160px;
background-repeat:no-repeat;
padding:10px 5px;
float:left;
}
#img p {padding: 0 5px; margin:2px 5px 2px 0;}

#footer {
background-image: url(../images/footer.jpg);
background-repeat:no-repeat;
background-position:bottom;
height:121px;
width:800px;
}
#footer table {
margin-left:44px;
margin-top:50px;
float:left;
text-align:center;
text-decoration:none;	/* No underline */
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10pt;
color:#280605;
}
#footer a {
text-decoration:none;
color:#c4a457;}

#footer a:hover {
text-decoration:underline;
color:#c4a457;
}
.normal {
font-size:10px;
font-variant:normal;
font-weight:normal;
color:#c4a457;
text-align:left;
}

#flags {
font-size:15px;
text-align:right;
/*font-variant:small-caps;*/
color:#c4a457;
}

#flags a {
font-size:15px;
color:#c4a457;}

#flags a:active {
font-size:15px;
color:#c4a457;
text-decoration:none;
}
#flags a:hover {
text-decoration:underline;
font-size:15px;
color:#c4a457;
}
