/* CSS Document */
body {
	margin:					0;
	background-color:		#70BCFA;
	background-image:		url(../images/bg.jpg);
	background-position:	top center;
	background-repeat:		no-repeat;
	font-family:			Tahoma, Verdana, sans-serif;
	font-size:				101%;
}

a:link, a:visited, a:active, a:hover {
	color:					#70BCFA;
	text-decoration:		none;
}

a:hover {
	text-decoration:		underline;
}

img {
	border:					0;
}

div#logo {
	top:					130px;
	heigth:					100px;
	width:					660px;
	position:				relative;
	margin:					0;
	margin-left:			auto;
	margin-right:			auto;
	border-bottom:			1px solid #000;
	text-align:				center;
}

div#container {
	top:					130px;
	width:					690px;
	height:					360px;
	overflow:				auto;
	position:				relative;
	margin:					0;
	margin-left:			auto;
	margin-right:			auto;
	text-align:				center;
	/*border: 1px dashed red;*/
}

div#navi {
	top:					0px;
	width:					140px;
	height:					360px;
	overflow:				auto;
	position:				relative;
	text-align:				left;
	float:					left;
	border-right:			1px solid #000;
}

div#main {
	top:					0px;
	width:					520px;
	height:					360px;
	overflow:				auto;
	position:				relative;
	float:					right;
}

ul#prep {
	list-style:				none;
	margin:					0;
	padding:				0;
	text-align:				left;
	font-size:				0.8em;
}

ul#menu {
	list-style:				none;
	margin:					0;
	padding:				0;
}

ul#prep li {
	padding-bottom: 3px;
}

li.item {
	height:					25px;
}

fieldset {
	width:					350px;
	padding:				10px;
	margin-top:				20px;
	border:					1px solid #ccc;
	font-size:				11px;
	font-weight:			bold;
}

label {
	float:					left;
	width:					25%;
	padding-top:			10px;
	text-align:				right;
	font-weight:			bold;
}

input, textarea {
	width:					200px;
	border:					1px solid #70BCFA;
	padding:				8px;
	margin:					4px;
}

