body	{
	background-color: #dddddd;
	padding: 0;
	margin: 0;
	font-family: sans-serif, helvetica, arial, verdana;
	}

#shell {
	margin: 0 auto;
	text-align: center;
	width: 900px;
	border: 0;
	}

#head {
	width: 100%;
	font-size: 18px;
	line-height: 20px
	}

/* MENU BEGIN*/

#menu {
	background-image: url(/image/menu_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 50px;
	line-height: 45px;
	font-size: 18px;
	color: #E1D2FF;
	font-weight: normal;
	letter-spacing: 1px;
	}

#menu a:link, #menu a:visited {
	color: #E1D2FF;
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0 15px 0 15px;
	}

#menu a:hover, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 0 15px 0 15px;
	}

/* MENU END */

#content1 {
	width: 100%;
	background-image: url(/image/cbg_mid.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	border: 0;
	}

#content2 {
	width: 100%;
	background-image: url(/image/cbg_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	border: 0;
	}

#content3 {
	width: 100%;
	text-align: left;
	background-image: url(/image/cbg_bot.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 10px 0 40px 0;
	margin: 0;
	border: 0;
	}

H1	{
	padding: 15px 0 7px 20px;
	margin: 0;
	}

p {
	font-size: 13px;
	line-height: 18px;
	padding: 0 20px 0 20px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
	}

a img {
	border: 0;
	}

a:link,a:visited { 
	color: #2C035F;
	text-decoration: underline;
	background-color: transparent;}

a:hover,a:active { 
	text-decoration: none;
	color: #000;
	background-color: transparent;
	}

.index_block {
	float : right;
	margin : 0;
	padding : 5px 30px 5px 20px;
	width : 230px;
	}

.index_block_title {
	position : relative;
	margin : 0;
	padding : 9px 0 0 32px;
	width : 198px;
	height : 31px;
	font-size : 18px;
	font-weight : bold;
	color : #51415b;
	background : url(/image/block_top.gif) no-repeat top left;
	}

.index_block_a {
	position : relative;
	margin : 0;
	padding : 0;
	width : 230px;
	background : url(/image/block_mid.gif) repeat-y top left;
	}

.index_block_b {
	position : relative;
	margin : 0;
	padding : 10px;
	width : 210px;
	background : url(/image/block_bot.gif) no-repeat bottom left;
	line-height: 23px;
	font-size: 15px;
	}

.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

#bottom {
	background-image: url(/image/bottom_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 25px;
	line-height: 22px;
	font-size: 10px;
	color: #D3FFD3;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0 0 10px 0;
	}

#bottom a:link, #bottom a:visited { 
	color: #D3FFD3;
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0 15px 0 15px;
	}

#bottom a:hover, #bottom a:active { 
	color: #ffffff;
	text-decoration: none;
	border: 0;
	margin: 0;
	padding: 0 15px 0 15px;
	}

/* Form BEGIN*/

input.form {
	height: 20px;
	line-height: 20px;
	border: 0;
	text-align: left;
	padding: 2px 2px 0 2px; 
	margin: 0; 
	background-color: #dddddd;
	color: #000000;
	float: left;
	clear: right;
	}

textarea.form	{
	background-color: #dddddd;
	font-size: 12px;
	color: #000000;
	font-family: sans-serif, helvetica, arial, verdana;
	border: 0;
	padding: 2px 4px 2px 4px;
	line-height: 18px;
	overflow: auto;
	}

.submitbutton	{
	color: #000000;
	background: #dddddd;
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif, helvetica, arial, verdana;
	margin: 0;
	}

select.form {
	text-align:left; 
	padding: 0; 
	margin: 0; 
	background-color: #dddddd; 
	font-size: 12px; 
	color: #000000;
	}

/* FORM END */