body {
	width:800px;
	background-color:#CCCCCC;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

h2 {
	font-size:18px;
	font-weight: normal;
}

h1, h3, h4, h5, h6 {
	font-size:12px;
	font-weight: normal;
}

p,div {
	text-align:left;
	font-size:12px;
	color:#000000;
}

ul {
	list-style: none;
	line-height:160%;
}

img {
	border:0;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.left20 {
	padding-left:20px;
}

.left40 {
	padding-left:40px;
}

.right20 {
	padding-right:20px;
	text-align:right;
}

.side20 {
	padding:0px 20px;
}

.side40 {
	padding:0px 40px;
}

.top10 {
	padding-top:10px;
}

.top20 {
	padding-top:20px;
}

.bot20, .bottom20 {
	padding-bottom:20px;
}

.box_y {
	width:90%;
	background-color:#ffffcc;
	border: 1px solid #FFCC99;
	padding:10px;
	line-height:180%;
	text-align:left;
	margin:auto;
}

.red {
	color:#cc0000;
}

.height400 {
	height:400px;
}

.clear {
	clear:both;
}

/***** page *****/
#container {
	width:800px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#pagebody {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#FFFFFF;
}

#alpha {
	float:left;
	width:550px;
	padding-left:10px;
	padding-right:5px;
	background-color:#FFFFFF;
}

#beta {
	float:left;
	width:220px;
	padding:0px 5px 20px 5px;
	text-aligin:center;
/*	background-color:#C77391;*/
}

/***** header *****/
#banner {
	text-align:center;
}

#banner_image {
	background-repeat:no-repeat;
	width:800px;
	height:160px;
	margin-top:10px;
	margin-bottom:10px;
}

#banner_description {
	color:#7A165B;
	padding:0px 0px 0px 10px;
	line-height:120%;
	font-size:12px;
	font-weight: normal;
}

.header_main {
	float:left;
}

/***** global_alpha *****/
.module-archives, .module-categories {
	width:180px;
	background-color:#000000;
	border:solid 1px #666666;
}

.module-header {
	margin:0px;
	padding:5px;
	background-color:#666666;
}

.module-content {
	padding:5px;
}

.module-archives ul, .module-categories ul {
	margin-left:0px;
	padding:5px;
}

.banner {
	text-align:center;
	margin:10px 0px;
}

/***** global_alpha *****/

.right_banner {
	text-align:center;
}

/***** footer *****/
#footer {
	clear:both;
	width:800px;
	text-align:center;
	line-height:160%;
	color:#7A165B;
	padding:5px 0px;
	background-color:#FFFFFF;
	border-top:1px solid #7A165B;
}

