body {
	background-color:#CFE8E7;
	margin:0;
	}
	
#index 
	{
	width:760px;
	margin:10px auto;
	text-align:left;
	background-repeat:no-repeat;
	background-position:center top;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	}

#head {
	height:130px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:70px 8px;
	width:100%;
	margin:0 auto;
	}

#navi {
	position:absolute;
	left:52%;
	padding-top:5px;
	width:220px;
	}

#main {
	border:5px solid #FFCCE6;
	margin-left:45px;
	width:660px;
	height:375px;
	background-color:#FFCCE6;
	}
		
#images {
	width:125px;
	height:375px;
	border-right:5px solid #FFCCE6;
	float:left;
	}

#content {
	width:520px;
	height:375px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	overflow:auto;
	float:right;
	scrollbar-track-color: #CC9498;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #C07C7C;
	scrollbar-3dlight-color: #CC9498;
	scrollbar-arrow-color: #C07C7C;
	scrollbar-highlight-color: #C07C7C;
	scrollbar-darkshadow-color: #CC9498;
	}

#content a {
	color:#006B68;
	text-decoration:none;
	}

#content a:hover {
	color:#00B8B1;
	text-decoration:none;
	}

#footer {
	height:40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	color:#009E99;
	clear:both;
	font-weight:bold;
	}

#footer a {
	text-decoration:none;
	font-size: 9px;
	font-weight: normal;
	color:#FFFFFF;
	}

#footer a:hover {
	font-weight: normal;
	font-size: 9px;
	color:#C07C7C;
	}

#start {
	background-image:url(../images/bg.jpg);
	width:760px;
	margin:10% auto;
	height:360px;
	padding-top: 30px;
	padding-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFCCE6;
	font-weight: normal;
	border:1px solid #000000;
	}

#start a {
	color:#426B8A;
	text-decoration:none;
	}

#start a:hover {
	color:#4B789B;
	text-decoration:none;
	}
#vorn {
	display:none;
	}
