body {
	margin: 0 auto;
	padding: 0;
	line-height: 1.7em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #606060;
	background: #65a8f7 ;
	
}

a:link, a:visited { color: #1b9cd5; text-decoration: underline; font-weight: bold; } 
a:active, a:hover { color: #CCCC00; text-decoration: none; }

p { margin: 0px; padding: 0px;
}

@font-face {
    font-family: Coronet;
    src: url(coronet.ttf);
    font-weight:300;
}

@font-face {
    font-family: Scramble;
    src: url(scramble.ttf);
    font-weight:300;
}
h4 { 
	font-family:Scramble;
	font-size:16px;
}

h6 {
	font-family: Coronet;
	font-size:36px;
}
	

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.float_l { float: left; }
.float_r { float:  right; }


#header {
	width: 860px;
	margin: 10px;
	padding: 10px;	
	height: 250px;
}


#wrapper {
	width: 860px;
	padding: 40px 10px;
	margin: 0 auto;
	height: 140px;
}


/* menu */
#menu {
	width: 860px;
	padding: 40px 10px;
	margin: 0 auto;
	
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	height: 30px;
	width: 75px;
	margin-left: 10px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	outline: none;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

#menu li a:hover, #menu li .current {
	background: url(images/menu_hover.png) no-repeat;
}
/* end of menu */

/* content */
#content_wrapper {
	clear: both;
	width: 800px;
	padding: 10px 10px;
	background: url(images/content_middle.png) repeat-y;
}

#content_wrapper_top {
	width: 800px;
	height: 18px;
	background: url(images/content_top.png) no-repeat;
}

#content_wrapper_bottom {
	width: 800px;
	height: 18px;
	background: url(images/content_bottom.png) no-repeat;
}


#content {
	clear: both;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
}

#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#content p {
	margin: 0 0 10px 0;
	text-align: justify;
}

#content strong {
	color: #0e468c;
}

.full_width {
	clear: both;
	width: 90%;
	margin: 0 0 30px 0;
}

/* end of content */

/*web gallery*/
.gallery {
margin:0 0 0 15px
}

.gallery img {
margin:5px 5px 0 0

/*end of web gallery*/
}

/* Adverts*/
#banner_panel {
margin : 0 auto;
}

#banner_section {
overflow : hidden;
height : 100%;
width : 800px;
padding : 40px 0 15px 10px;
margin : 0;
}
/*end of ads*/

/* footer */
#footer {
	clear: both;
	width: 800px;
	padding: 20px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

#footer a {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
/* end of footer */

