#main {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	height: 702px;
	position: relative;
}
.content_table td {
	background-position: center;
	text-align: center;
	padding: 8px;
}
.content_table img {
	border: 1px solid #636363;
	padding: 1px;
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 990px;
}
body {
	font-size: 0.70em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
blockquote {
	border: 1px dashed #333333;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #f5f5f5;
	margin-top: 30px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 0px;
}
#footer {
	text-align: right;
	color: #AFB4B4;
	font-size: 0.9em;
	line-height: 30px;
	padding-right: 30px;
	padding-left: 30px;
}
#menu {
	width: 90px;
	margin-top: 200px;
	margin-left: 45px;
	margin-right: 25px;
	float: left;
}
#footer a {
	color: #636363;
	text-decoration: none;
}
#footer a:hover {
	color: #444444;
	text-decoration: underline;
}
.footer_copyright {
	margin-left: 20px;
	color: #AFB4B4;
	cursor: default;
}
#content_holder {
	border: 1px dotted #444444;
	overflow: auto;
	height: 400px;
	margin-top: 180px;
	margin-left: 20px;
	margin-right: 170px;
	cursor: default;
	background-color: #FFFFFF;
	filter: Alpha(Opacity=80);
	opacity:0.80;
}
#menu li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	text-indent: 27px;
	line-height: 28px;
}
#menu ul {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#menu a {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: #666666;
	text-decoration: underline;
}
.content {
	color: #000000;
	line-height: 1.6em;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: justify;
}
.content a {
	color: #000000;
	text-decoration: underline;
}
.content a:hover {
	color: #666666;
}

.content h2 {
	padding-top: 10px;
	font-size: 18px;
}
.content h3 {
	font-size: 14px;
	color: #666666;
}

.content strong {
	font-size: 1.1em;
}
#welcome_holder {
	overflow: auto;
	height: 400px;
	margin-left: 10px;
	margin-right: 160px;
	margin-top: 150px;
}
