body, p, span, img, div, form, input, h1, h2, h3 { 
	border:0px; 
	padding:0px; 
	margin:0px; 
	font-family: Helvetica,Arial; 
	color: #4a4a4a; 
	font-size:11px;
}

body{
	background-color: white;
}

h1{

font-size:18px;
line-height:15px;
margin-bottom:8px;

}

p{
font-size:12px;
line-height:22px;
}

h3 a{
	text-transform:uppercase;
}

input{
	border: 1px solid #d9d8d8;	
}

a{
	color: #4a4a4a;
	text-decoration: none;
}

a.selected_link{
	color: #ff4800;
}

a:hover{
	color: #ff4800;
}


div#main{
	left:0;
	margin-left: -430px;
	position:absolute;  
	left:50%;
	background-image: url('./img/logo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	width:860px;
	height:700px;
}

div#header{
	float:left;
	width:810px;
	height:188px
	padding-left:20px;
	padding-right:20px;
}

div#content{
	float:left;
	width:810px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:20px;
}

div#left_menu{
	float:left;
	width:187px;
	padding-left:40px;
	margin-top:20px;

}

div#pagination{
	float:left;
	width:810px;
	padding-left:20px;
	padding-right:20px;
}

div.separator{
	float:left;
	background-image: url('./img/separator.gif');
	background-repeat: repeat-x;
	width:810px;
	height:2px;
	margin-left:20px;
	margin-right:20px;
}

div#footer{
	float:left;
	width:810px;
	padding-left:20px;
	padding-right:20px;
	font-size:7pt;
	color:#999999;
}



div#top_menu{
	padding-top:12px;
	text-align:right;
	width:810px;
	float:left;
	padding-left:20px;
	padding-right:20px;
}

div#menu{
	float:left;
	width:810px;
	height:90px;
	padding-top: 77px;
}

div.menu_item{
	float:left;
	width:120px;
	height:90px;
	margin-right:20px;
}

div#item_first{
	padding-left:246px;
}

div.menu_pic{
	float:left;
	width:120px;
	height:70px;
}

div.menu_link{
	float:left;
	width:120px;
	height:20px;
	text-align: center;
	font-weight:bold;
}

ul#top_menu_list{
	list-style: none;
	display:inline;
}

ul#top_menu_list li{
	list-style: none;
	display:inline;
	padding-right: 20px;
}

ul#top_menu_list li a{
	color: #4a4a4a;
	font-size: 8pt;
	font-weight: bold;
}


ul#top_menu_list li a:hover{
	color: #ff4800;
}

h2#categories{
	margin-bottom:20px;
	font-size:10pt;
}

div#left_menu ul{
	list-style: none;
}

div#left_menu ul li{
	list-style: none;
}

div.column{
	width:120px;
	float:left;
	height:420px;
	margin-right:20px;
	margin-top:13px;
}

div.column a{
	display:block;
	width:120px;
	height:90px;
	margin-bottom:20px;
	text-align:center;
	border: 1px solid #d9d8d8;
}

div#gallery_container{
	float:left;
	width:570px;
	height:440px;
}

div#gallery_container a{
	display:block;
	width:120px;
	height:90px;
	float:left;
	border: 1px solid #d9d8d8;	
	margin-bottom:20px;
	text-align:center;
	margin-right:20px;
}

div#pages{
	text-align:right;
	padding-right:35px;
}

div#pages a{
	color: #ff4800;
}