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

body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	background-color: #0F0F0F;
	background-position: top;
	color: #FFF;
}

h1 {font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}
#masthead {
	z-index: 3;
	text-indent: -9999px;
	height: 136px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/masthead.jpg);
	background-repeat: no-repeat;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/Reymarkback.jpg);
	background-repeat: no-repeat;
	height: 429px;
}
#content_main {
	float: left;
	width: 535px;
	color: #FFF;
	font-size: 16px;
	height: 390px;
	line-height: 1.6em;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-style: normal;
}
#left {
	list-style-type: none;
	width: 145px;
	float: left;
	height: 400px;
	padding-left: 15px;
	padding-top: 12px;
}
li#nm_1 {
	background-image: url(image/buttons/btn_home.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 152px;
	}
li#nm_2 {
	background-image: url(image/buttons/btn_about.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 152px;
	}
li#nm_3 {
	background-image: url(image/buttons/btn_gallery.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 152px;
}

li#nm_4 {
	background-image: url(image/buttons/btn_achievement.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 152px;
}

li#nm_5 {
	background-image: url(image/buttons/btn_email.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 152px;
}

#left a {
	display: block;
	height: 32px;
	width: 152px;
	text-indent: -9999px;
	overflow: hidden;
}
a:link{
	text-decoration:none;
	color:#000;
}
a:visited{
	text-decoration:none;
	color:#000;
}
a:active{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
	color:#000;
}

#right {
	float: left;
	width: 155px;
	height: 385px;
	padding-top: 20px;
	padding-left: 10px;
}
#contact {
	clear: both;
	float: none;
	height: 133px;
	width: 900px;
	font-size: 12px;
	background-image: url(image/footer.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

