@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	font-family: Verdana;
	color: #000000;
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-position: right;
	background-repeat: no-repeat;
	font-size: 12px;
}

#mainframe {
	margin-top: 70px;
	width: 852px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

#contentframe {
	float: left;
	width: 700px;
	height: 500px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;	
	background-color: #ffffff;
}

	#image {
		float: left;
		width: 350px;
		height: 500px;
	}
	
	#text {
		padding: 15px;
		float: right;
		width: 310px;
		height: 400px;
	}
	
#menuframe {
	padding: 10px;
	float: right;
	width: 130px;
	height: 480px;
	text-align: left;	
}

#footer {
	width: 850px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align: center;
}
#footer a:link {font-size: 10px; color: #CC0000;}
#footer a:visited {font-size: 10px; color: #CC0000;}
#footer a:hover {font-size: 10px; color: #666666;}
#footer a:active {font-size: 10px; color: #666666;}

#links {
	margin-top: 50px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#clear {
	clear: both;
}

a:link { 
	color: #CC0000;
	font-weight: bold;
}
a:visited { 
	color: #CC0000;
	font-weight: bold;	
}
a:hover { 
	color: #666666;
	font-weight: bold;	
}
a:active {
	color: #666666;
	font-weight: bold;	
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}