/* CSS Document */
body {
	background-color: #e0e0e0;
	font-family: courier new, courier, sans-serif;
	font-size: 10pt;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:visited:hover {
	color: #000000;
	text-decoration: underline;
}
.wrapper {
	width: 700px;
	min-height: 500px;
	background: url(background.jpg) top center no-repeat;
	background-color: #BFD3E6;
	text-align: left;
	border: 1px solid #8599FF;
}
/* for IE */
/*\*/
* html .wrapper {
	height: 500px;
}

/**/
.contact {
	position: relative; 
	top: 5px;
	text-align: right;
	right: 30px;
}
.menu {
	position: relative;
	top: 65px;
	left:255px;
	width: 300px;
	font-size: 12pt;
	font-family: courier new, courier, sans-serif;
	
}
.button {
	position: relative;
	top: -18px;
	left: 75px;
	height: 20px;
	width: 10px;
	text-align: left;
}
.button a:link{
	text-decoration: none;
	color: #000000;
}
.button a:visited{
	text-decoration: none;
	color: #000000;
}
.button a:hover{
	text-decoration: underline;
	color: #000000;
}
.button a:visited:hover{
	text-decoration: underline;
	color: #000000;
}
.content {
	position: relative;
	top: 90px;
	left: 20px;
	width: 630px;
	background-color: #ffffff;
	border: 1px solid #8599FF;
	padding: 10px;
	min-height: 330px;
	margin-bottom: 110px;
	
}
/* for IE */
/*\*/
* html .content {
	top: 10px;
	height: 330px;
	width: 650px;
	margin-bottom: 30px;
}

/**/
.content a:link {
	color: #10467C;
	text-decoration: underline;
}
.content a:hover {
	color: #8599FF;
	text-decoration: underline;
}
.content a:visited {
	color: #10467C;
	text-decoration: underline;
}
.content a:visited:hover {
	color: #8599FF;
	text-decoration: underline;
}