@charset "utf-8";
/* CSS ChrisMeloniNet */

body {
	background-image:url(../a/bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	margin:auto;
	font-size:0.7em;
	font-family:Arial;
}

#top {
	overflow:auto;
	width:550px;
	height:auto;
	font-size:1.2em;
	margin-left:auto;
	margin-right:auto;
	padding:0.2em;
	box-shadow: 1px 1px 10px #333;
	-moz-box-shadow: 1px 1px 10px #333; 
    -webkit-box-shadow: 1px 1px 10px #333;
	}
	
#banner {
	background-image:url(../a/banner.jpg);
	width:1000px;
	height:380px;
}

#frame {
	background-color:#FFF;
	background-attachment:fixed;
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
		box-shadow: 1px 1px 15px #333;
	-moz-box-shadow: 1px 1px 15px #333; 
    -webkit-box-shadow: 1px 1px 15px #333;
	}
	
#left {
	width:600px;
	height:auto;
	float:left;
	padding-bottom:2em;
	margin-top:2em;
}

.leftbox {
width:520px;
min-height:100px;
margin-left:auto;
margin-right:auto;
padding:0.5em;
margin-top:2em;
font-size:1em;
text-align:justify;
line-height:1.6em;
border-bottom:#666 thin dashed;
padding-bottom: 2em;
}
	
#right {
	margin-top:2em;
	width:360px;
	height:auto;
	float:right;
	margin-bottom:2em;
	padding-bottom:2em;
}

.rightbox {
	text-align:center;
	margin-top:2em;
	padding:0.5em;
	width:315px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.pichold {
	margin-left:auto;
	margin-right:auto;
margin-top:2em;
width:520px;
height:100px;
}

h1 {
	font-size:1.25em;
	font-weight:bold;
	color:#333;
	text-align:left;
}

h2 {
	font-size:0.85em;
	color:#4A5E54;
	margin-top:-0.95em;
	margin-left:0.4em;
}

h3 {
	font-size:1.2em;
	color:#333;
	text-align:center;
}

h4 {
	font-size:0.8em;
	margin-top:-1em;
	margin-left:0.3em;
	color:#999;
}

h5 {
	text-align:center;
	color:#333;
	font-size:0.8em;
	margin-top:-0.3em;
}

a {
	color: #2F576C;;
	text-decoration:none;
}

a:hover {
	color: #816B23;
	text-decoration:underline;
}

#foot {
	width: 1000px;
	height:auto;
	background-color:#CBD8D8;
	clear:both;
	padding-top:0.5em;
	padding-bottom:0.5em;
	word-spacing:2em;
	text-align:center;
}