
body { 
	margin: 0;
	background-color :#c1d7f8;
	font-family: Tahoma; 
	color:#7c92db;
	font-size:12px;
	background-image:url('../images/body_bg2.png'); 
	background-repeat:repeat-x;
	background-position: 0px 1px;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: none;
}

#main {
	width: 750px;
	min-height: 750px;
	height: auto;
	background-color: #dbe8fb;
	background-image: url('../images/main_bg.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	padding-top: 10px;
	
}

#menu {
	margin-top: -10px;
	margin-left: 20px;
	width: 190px;
	float: left;
	text-align: left;
	background-image:url('../images/menu_bg.png');
	background-repeat:repeat-y; 
	background-color: white;
}


#menu-footer {
	background-image: url('../images/menu_footer.png');
	background-repeat:no-repeat;
	width: 190px;
	height: 20px;
}

#menu a {
	padding-top: 10px;
		padding-bottom: 10px;
	border: none 1px;
	padding-left: 30px;
	display: block;
	font-size: 13px;
}

#menu a:hover {
	border-top: dotted 1px white;
	border-bottom: dotted 1px white;

	font-size: 13px;

}


#content {
	margin-right: 20px;
	position: relative;
	top: 330px;
	float: right;
	text-align: center;
	width: 500px;
	background-color: white;
}

#content #text {
	text-align: left;
	padding: 50px 10px 20px 10px;
}

#footer	{

	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fef2e3;
	width: 750px;
	height: 18px;
	background-image:url('../images/footer.png'); 
	background-repeat:repeat-x;
}