body, ul {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 80%;
	color: #333399;
	background: #FFFFFF;
}

h1 {
	font-size: 120%;
}
h2 {
	font-family: sans-serif;	
	font-size: 75%;
	line-height: 40%;
	color: #333399;
	padding: 0 2px;
	margin: 10px 0 20px -3px;
	border-left: 10px solid #FF6600;
}

.header p {
	font-size: 80%;
}

.navbar { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
}

.navbar a:link {
	color: #666666;
	text-decoration: none;
}

.navbar a:visited {
	color: #666666;
	text-decoration: none;
}

.navbar a:hover {
	color: #cccccc;
	text-decoration: none;
}

p {
	font-size: 80%;
}

a:link {
	color: #FF6600;
}

a:visited {
	color: #FF6600;
}

a:hover {
	color: #ffcc00;
}

.header a:link {
	color: #FF6600;
}

.header a:visited {
	color: #FF6600;
}

.header a:hover {
	color: #ffcc00;
}

.textbox{
	font-size: 80%;
}

.gallery_menu{
	width: 100%;
	position: absolute; top: 425px; left: auto; 
	text-align: center;
	
}

textarea, input, select {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background: #ffffff;
}



