/* General Content */
a:link {
	color: #AA1F2B;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #FCB040;
	text-decoration: underline;
}
a:active {
	color: #006600;
	text-decoration: none;
}

body {
	background-color: #ffff99;
	background-image: url(images/page_bk.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

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

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

/* Navigation */
#nav {
	width: 750px;
	height: 25px;
	margin: 85px 0px 0px 400px; 
	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: #AA1F2B;
	text-decoration: none;
}
#nav a:visited {
	color: #666666;
	text-decoration: none;
}
#nav a:hover {
	color: #FCB040;
	text-decoration: underline;
}
#nav a:active {
	color: #666666;
	text-decoration: none;
}

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

/* Body Content Page Position */
#content {
	padding: 40px 10px 10px 275px;
	width: 650px;
	height: 500px;
}

/* Gallery Page Position */
#gal {
	padding: 70px 10px 10px 85px;
	width: 750px;
	height: 430px;
}

/* Footer Line */
#foot {
	clear: both;
	text-align: right;
	padding: 5px 18px 30px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.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: #999999;
	text-decoration: none;
}
.asd a:hover {
	color: #666666;
	text-decoration: underline;
}
.asd a:active {
	color: #FFFFFF;
	text-decoration: none;
}
