body{
	padding:0;
	margin:0;
	background-image:url('/media/layout/bg_body.gif');
	background-position:top;
	background-repeat:repeat-x;
	text-align:left;
}
body, table, input, textarea, select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#505050;
}
a{
	text-decoration:none;
}
img{
	border:none;
}
h1{
	margin:0 0 40px 0;
	font-size:12px;
	font-weight:bold;
	color:#75AECC;
}
.clear{
	clear:both;
}
#container{
	width:890px;
	background-image:url('/media/layout/bg_container.gif');
	background-repeat:repeat-y;
}
#contents{
	width:890px;
	background-image:url('/media/layout/bg_contents.jpg');
	background-position:top;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
#logo{
	width:175px;
	height:90px;
	padding:45px 0 0 85px;
	float:left;
}
#logo a{
	width:175px;
	height:90px;
	display:block;	
}
#top_menu{
	width:270px;
	height:58px;
	padding:90px 5px 60px 0;
	text-align:right;
	color:#ffffff;
	float:right;
}
#top_menu a{
	color:#ffffff;
	margin:0 10px;
}
#left_menu{
	width:140px;
	padding-left:108px;
	float:left;
}
#left_menu a{
	color:#4E95B5;
	display:block;
	text-indent:-8px;
}
#left_menu a:hover{
	color:#FF7E98;
}
#left_menu a.main{
	margin-bottom:15px;
	font-weight:bold;
}
#left_menu div#sub_menu{
	margin-bottom:15px;
}
#page{
	width:300px;
	padding:0 60px;
	float:left;
}
#footer_container{
	background-image:url('/media/layout/bg_footer_container.gif');
	background-position:top;
	background-repeat:repeat-x;
}
#footer{
	width:890px;
	height:150px;
	background-image:url('/media/layout/bg_footer.gif');
	background-position:top left;
	background-repeat:no-repeat;
	
}
#gallery{
	width:250px;
	padding:4px 0 4px 350px;
		
	margin:0px;
}
#gallery img{
	margin:0 8px;
}
#contact_info{
	width:155px;
	padding-top:5px;
	padding-right:40px;
	text-align:right;
	line-height:12px;
	color:#599AC2;
	float:right;
	
}
#developed_by{
	width:350px;
	padding-top:40px;
	
	text-align:center;
	color:#323232;
	float:right;
	padding-right:0px;
}
#developed_by a{
	font-weight:bold;
	color:#5854FF;
}

label{
	width:130px;
	margin:0 5px 0 0;
	padding:0;
	display:block;
	float:left;
}
.field{
	width:238px;
	border:1px solid #999999;
	padding:1px;	
	margin:0 0 10px 0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
textarea.field{
	height:150px;
}

#note{
	border-top:1px solid #999999;
	margin:30px 10px 20px 10px;
	padding:10px 0;
	text-align:center;
}
.error h5{
	color:#D41E1D;
	margin:0 0 20px 0;
	font-size:12px;
}
.message ul{
	margin:0;
	padding:5px 15px;
	list-style-type:none;
}
li.first{
	list-style-type:disc;
}
.message a{
	padding:5px;
}
.success h5, .error h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;		
}

#mygallery img {
	float:left;
	margin:4px;
	border:3px solid #ffffff;
}

#mygallery{
	background-color:#96C5DF;
	padding:6px;
	padding-right:0px;
}