/* General Content */
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

body {
	background-color: #272B36;
	background-image: url(../images/page_bk3.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	font-style: oblique;
	font-weight: bold;
	text-decoration: none;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	font-style: normal;
	text-decoration: none;
}

/* Navigation */
#nav {
	width: 675px;
	height: 25px;
	margin: 100px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}
#nav ul {
	padding: 0px 0px 0px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#nav li {
	float: left;
	list-style-type: none;
	padding: 2px 8px 2px 8px;
	position: relative;
	white-space: nowrap;
}
#nav a:link {
	color: #999999;
	text-decoration: none;
}
#nav a:visited {
	color: #666666;
	text-decoration: none;
}
#nav a:hover {
	color: #EC751F;
	text-decoration: underline;
}
#nav a:active {
	color: #CCCCCC;
	text-decoration: none;
}

/* Logo */
#logo {
	margin: -120px 10px 0px 0px; 
	padding: 0px 0px 0px 0px;
	float: right;
	position: relative;
	white-space: nowrap;
}

/* Main Page Logo */
#biglogo {
       padding: 85px 0px 5px 0px;
       width: 100%;
       max-width: 1680px;
       height: 430px;
       position: relative;
}

#biglogo img {
       position: relative;
       left: 50%;
       margin-left: -497px;
}

/* Body Content Page Position */
#box {
    width: 100%;
    min-width: 1100px;
}

#content {
	padding: 85px 10px 10px 70px;
	width: 400px;
	height: 430px;
	float: left;
}

/* gallery */
#gallery {
	margin: 85px 10px 0px 35px; 
	float: left;
}

/* Footer Line */
#foot {
	clear: both;
	text-align: right;
	padding: 5px 18px 30px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.asd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.asd a:link {
	color: #999999;
	text-decoration: none;
}
.asd a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.asd a:hover {
	color: #666666;
	text-decoration: underline;
}
.asd a:active {
	color: #FFFFFF;
	text-decoration: none;
}
