body {
	background-color: #F9B1F1;
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

h1 {
	color: #e700cc;
	font-size: 16px;
	margin: 0 0 2px 0;
	padding: 0;
}

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

li {
	list-style-image: url(assets/images/bullet.png);
	margin-left: 15px;
}

table {
	font-size: 12px;
}

a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline; color: #000000;}

#site {
	width: 1000px;
	float: left;
	background-color: #FFFFFF;
	border-top: #FE50EA solid 5px;
	border-left: #FE50EA solid 5px;
	border-right: #FE50EA solid 5px;
}

#header {
	width: 1000px;
	height: 141px;
	float: left;
	margin-bottom: 5px;
}

#logo {
	width: 225px;
	height: 115px;
	float: left;
	margin-left: 10px;
}

#proclamation {
	width: 740px;
	height: 93px;
	float: right;
	background-color: #eeeeee;
	border: #000000 dotted 1px;
	margin: 5px 5px 0 0;
	overflow: none;
	padding: 5px;
}

#menu {
	width: 1000px;
	float: left;
	background-color: #FE50EA;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0;
	text-align: left;
}

#main {
	width: 1000px;
	float: left;
}

#neck {
	width: 990px;
	float: left;
	margin-left: 5px;
}

.neck_box {
	width: 988px;
	float: left;
	margin-bottom: 5px;
	text-align: left;
}

#left {
	width: 120px;
	float: left;
	margin-left: 5px;
}

.left_box {
	width: 108px;
	float: left;
	margin-bottom: 5px;
	padding: 5px;
	text-align: left;
}

.left_banner {
	width: 120px;
	height: 600px;
	float: left;
	margin-bottom: 5px;
}

#center {
	width: 560px;
	float: left;
	margin-left: 5px;
}

.center_box {
	width: 555px;
	float: left;
	background-color: #FFD0FA;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 5px 0 0 5px;
	text-align: left;
}

.center_title {
	width: 540px;
	float: left;
	background-color: #FE50EA;
	margin-bottom: 5px;
	padding: 2px 5px;
}

#pages {
	width: 560px;
	float: left;
	margin-bottom: 5px;
	overflow: hidden;
}

.pages_box {
	background-color: #FFD0FA;
	color: #e700cc;
	font-size: 13px;
	margin-right: 3px;
	padding: 5px 5px;
}

#gallery {
	width: 685px;
	float: left;
	margin-left: 5px;
}

.gallery_box {
	width: 680px;
	float: left;
	background-color: #FFD0FA;
	margin-bottom: 5px;
	padding: 5px 0 0 5px;
}

.gallery_bar {
	width: 100%;
	float: left;
	background-color: #FE50EA;
	color: #FFFFFF;
	font-size: 14px;
	padding: 3px 0;
	text-align: center;
}

#right {
	width: 300px;
	float: left;
	margin-left: 5px;
}

.right_box {
	width: 288px;
	float: left;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: left;
}

.right_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.right_banner {
	width: 300px;
	height: 250px;
	float: left;
	margin-bottom: 5px;
}

#partners {
	font-size: 14px;
}

#footer {
	width: 1000px;
	float: left;
	background-color: #FE50EA;
	color: #FFFFFF;
	padding-top: 5px;
}

.footer_box {
	width: 1000px;
	float: left;
	font-size: 13px;
	margin-bottom: 5px;
}

.post {
	width: 180px;
	float: left;
	margin: 0 5px 5px 0;
}

.box_grey {
	background-color: #eeeeee;
	border: #000000 dotted 1px;
}

.box_pink {
	background-color: #FFD0FA;
	border: #FE50EA dotted 1px;
}

.box_purple {
	background-color: #F9B1F0;
	border: #FE50EA dotted 1px;
}

.white {
	color: #FFFFFF;
}

.white a:link {text-decoration: none; color: #FFFFFF;}
.white a:visited {text-decoration: none; color: #FFFFFF;}
.white a:active {text-decoration: none; color: #FFFFFF;}
.white a:hover {text-decoration: underline; color: #FFFFFF;}

.purple {
	color: #e700cc;
}

.purple a:link {text-decoration: none; color: #e700cc;}
.purple a:visited {text-decoration: none; color: #e700cc;}
.purple a:active {text-decoration: none; color: #e700cc;}
.purple a:hover {text-decoration: underline; color: #e700cc;}

.margin_bottom {
	margin-bottom: 5px;
}
