

html
	{
   	height:100%;
	}
body 
	{ 
	font: normal 12px Arial Rounded MT, Arial, Helvetica, Sans-serif; 
	color: #fff; 
	background-color: #000000;
	margin: 0; 
	text-align:center; 
	}
	
#container
	{
	margin:20px auto 0 auto;
	width:1000px;
	height:480px;
	background-color: #ffffff;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	}
	
#main_image
	{
	margin:0;
	float:left;
	width:740px;
	height:100%;
	overflow:none;
	}
	
#main_image img
	{
	margin-left:10px;
	text-align:center;
 	max-height:450px;
	border:0;
	}
	
#content
	{
	font: bold 13px Verdana; 
	margin:15px 10px 0 0;
	float:right;
	width:250px;
	height:450px;
	background: transparent url(pictures/content_bg.gif) no-repeat;
	overflow:auto;
	}

#content p
	{
	text-align:left;
	padding:10px 10px 2px 10px;
	}

#content #contenttext
	{
	margin:22px 8px 0 8px;
	width:auto;
	height:400px;
	overflow:auto;
	}
#contenttext a
	{
	color:#fff;
	text-decoration:none;
	font-style:italic;
	}
	
#contenttext a:hover
	{
	text-decoration:underline;
	}
	
#contenttext p
	{
	text-align:left;
	margin:5px 2px 15px 0;
	}
.error
	{
	font: normal 11px Verdana; 
	}

#menu
	{
	margin:0 auto;
	text-align:center;
	width:1000px;
	height:40px;
	background:#e10015;
	}
#menu_txt
	{
	margin:0 auto;
	text-align:center;
	width:1000px;
	height:20px;
	background:#e10015;
	}
#menu_txt p
	{
	font: bold 13px Verdana;
	margin:0 10px 0 50px;
	color:#fff;
	text-align:left;
	}
#menu_txt a
	{
	color:#fff;
	text-decoration:none;
	font-style:italic;
	}
#menu_txt a:hover
	{
	text-decoration:underline;
	}
	
#menuitems
	{
	float:left;
	margin:0 auto;
	width:900px;
	height:100%;
	text-align:center;
	}

#menuitems .current
	{
	float:left;
	margin: 2px 5px 2px 2px;
	}
	
#menuitems .current a
	{
	font-size:20px;
	color:#dfd7ca;
	text-decoration:none;
	}
	
#prev_menuitem
	{
	margin:0;
	float:left;
	width:50px;
	height:100%;
	}

#prev_menuitem img
	{
	border:0;
	margin:5px 5px 0 2px;
	}
	
#next_menuitem
	{
	margin:0;
	float:right;
	width:50px;
	height:100%;
	}
		
#next_menuitem img
	{
	border:0;
	margin:5px 2px 0 5px;
	}


#images
	{
	margin:0 auto;
	width:1000px;
	height:100px;
	background-color:#e10015;
	text-align:left;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	}
#thumbs
	{
	float:left;
	width:950px;
	height:100%;
	text-align:center;
	}
	
#thumbs a
	{
	margin-left:1px;
	}

#thumbs img
	{
	margin-top:5px;
	border:1px solid white;
	}

#thumbs img:hover
	{
	border:1px solid black;
	}
	
#prev_slide
	{
	margin:0;
	float:left;
	width:25px;
	height:100%;
	}

#prev_slide img
	{
	border:0;
	margin:35px 5px 0 2px;
	}
	
#next_slide
	{
	margin:0;
	float:right;
	width:25px;
	height:100%;
	}
		
#next_slide img
	{
	border:0;
	margin:35px 2px 0 5px;
	}
	
#footer
	{
	margin: 0 auto;
	height:50px;
	width: 1000px;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	}

#footer p
	{
	color:#ffffff;
	margin:0;
	text-align:center;
	}
	
#footer a
	{
	color:#ffffff;
	text-decoration:none;
	font-style:normal;
	}
	
#footer a:hover
	{
	text-decoration:underline;
	}
	
#bottom
	{
 	margin: 0 auto;
	width: 100%;
	height:auto;
	}
	
#bottom img
	{
	float:right;
	margin-right:20px;
	border:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	}

#bottom img:hover
	{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.0;
	}
input,
input[type=text], 
input[type=textarea], 
select
	{
	border: 1px solid #818080;
	}

.button
	{
	background-color: #fff;
	border:1px solid #000;
	}	

