/* CSS Document */
body {
	background-color: white;
	background-image: url(../images/background.gif);
	text-align: center;
	font-size: 80%;
	font-family: 'Comic Sams MS', Verdana, 'Trebuchet MS', Arial, sans-serif;	
	}
	
#wrapper {
	margin: 0 auto;
	margin-top: 15px;
	width: 760px;
	border: 1px;
	border-color: silver;
	border-style: solid;
	background-image: url(../images/main-background-colour.gif);
	background-repeat: repeat-x repeat-y;
	background-position: 0px,0px;
}
#container {
	width: 760px;
	background-image: url(../images/anime-header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	position: relative;
	}
#header {
	height: 150px;
	width: 100%;
	border: 0px solid red;
}
#header img {
	padding: 0px;
	padding-left: 25px;
}

#main_page {
	width: 100%;
	margin-top: -25px;
	border: 0px solid blue;
}

#left_column {
	margin-top: 25px;
	float: left;
	width: 175px;
	border: 0px solid black;
	background-image:url(../images/left-top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#left_text_box {
	background-color: white;
	background-image: url(../images/left_area_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 10px;
	margin-top: 15px;
}

#left_text_box_bg {
	padding: 5px;
	background-image: url(../images/left_area_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#main_menu_area {
	background-image: url(../images/left-bqottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-size: 130%;
	width: 150px;
	border: 0px solid black;
	margin-bottom: 5px;
}
#central_wrapper {
	float: right;
	width: 560px;
	margin-top: 15px;
	margin-right: 10px;
	border: 0px solid red;
}
#breadcrumb {
	Border: 0px solid yellow;
	font-size: 85%;
	margin-bottom: 5px;
	padding-left: 5px;
}

#central_area {
	float: left;
	background-image: url(../images/central_area_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: white;
}
#central_area_bg {
	padding: 5px;
	padding-bottom: 10px;
	width: 365px;
	background-image: url(../images/central_area_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#central_area_general {
	float: left;
	background-image: url(../images/std_central_area_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: white;
}

#central_area_general_bg {
	padding: 5px;
	padding-bottom: 10px;
	width: 550px;

	background-image: url(../images/std_central_area_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#right_wrapper {
	float: right;
	width: 175px;
	border: 0px solid grey;
}
#right_area_top {
	background-image: url(../images/right_area_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: white;
}

#right_area_bg {
	padding: 5px;
	padding-top: 17px;
	padding-bottom: 17px;
	width: 165px;
	background-image: url(../images/right_area_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#right_area_bottom {
	background-image: url(../images/right_area_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: white;
}
#right_area_bg2 {
	margin-top: 15px;
	padding: 5px;
	width: 165px;
	background-image: url(../images/right_area_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#clearer {
	clear: both;
}
#footer {
	background-color: white;
	background-image: url(../images/footer_area_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 10px;
	width: 740px;
	margin-top: 10px;

}
#footer_bg {
	padding: 5px;
	padding-top:1px;
	background-image: url(../images/footer_area_top.gif);
	background-repeat: no-repeat;
	background-position: top left;

}

h1 {
	font-size: 115%;
	color: #339966;
	}
	
h2 {
	font-size: 105%;
	color: #339966;
}

#copyright {
	font-size: 75%;
	}

.main_image_area {
	float: left;
	margin-left: 0px;
	height:230px;
	width: 350px;
	text-align: center;
	border: 1px solid grey;
}
		
.thumbnailscroller {
	padding: 0px;
	padding-top: 5px;
	float: right;
	margin-right: 0px;
	height: 226px;
	width: 190px;
	border: 1px solid grey;
	overflow: scroll;
	overflow-x: hidden;
}

.thumbnailscroller img {
	padding: 0px;
	padding: 2px 0px 6px 3px;
}
	/* CSS for Contact form */

.contactform fieldset {padding: 1em; background-color: #white;}
.contactform fieldset legend {font-weight: bold;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {display: block; width: 20em; padding-bottom: 4px;}
.contactform div.required {color: #f00;}


