/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body, div, ul, li, td, h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

table {
	border: 0px;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
	margin: 10px;
	background: url("/images/body_gradient.gif") repeat-x;
	background-color: #466888;
	color: #ffffff;
}

a,
a:link,
a:visited {
	color: #ffff99;
}

a:hover {
	color: #000000;
	background: #ffff99;
}


/*
----------------------------------------
	LAYOUT
----------------------------------------
*/

div.spacer {
	clear: both;
}

span.left {
	float: left;
}

span.right {
	float: right;
}

div.center {
	text-align: center;
}

div.indent {
	margin-left: 20px;
}

#container {
	width: 900px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ffffff;
	background: #0a1c5a;
	overflow: hidden;
	padding: 10px;
}

#content {
	margin-left: 10px;
	margin-bottom: 20px;
}

/*
----------------------------------------
	FOOTER
----------------------------------------
*/

#footer {
	width: 920px;
	margin: 15px auto 5px auto;
	font-size: 12px;
	text-align: left;
}

/*
----------------------------------------
	HEADINGS
----------------------------------------
*/

h1, h2, h3, h4, h5 {
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 180%;
}

h2 {
	font-size: 150%;
	padding: 2px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	font-size: 130%;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 {
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
}

h5 {
	font-size: 110%;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*
----------------------------------------
	TOP MENU
----------------------------------------
*/

#menu_top {
	margin-top: 45px;
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 0.8em;
	background: url("/images/button_gradient.gif") repeat-x;
	min-height: 20px;
	line-height: 20px;
	max-height: 20px;
	width: 350px;
}

#menu_top a,
#menu_top a:link,
#menu_top a:visited,
#menu_top a.blue:link,
#menu_top a.blue:visited {
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 1px;
	margin: 0px;
}

#menu_top a.white:link,
#menu_top a.white:visited {
	background: none;
	background-color: #ffffff;
	color: #26496d;
}

#menu_top a:hover,
#menu_top a.blue:hover,
#menu_top a.white:hover {
	color: #ffffff;
	background: none;
	background-color: #0a1c5a;
}

/*
----------------------------------------
	LEFT MENU
----------------------------------------
*/

#menu_left {
	width: 250px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}

#menu_left a,
#menu_left a:link,
#menu_left a:visited,
#menu_left a.blue:link,
#menu_left a.blue:visited {
	display: block;
	border: 1px solid #000000;
	background: url("/images/button_gradient.gif") repeat-x;
	min-height: 20px;
	line-height: 20px;
	max-height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 1px;
}

#menu_left a.white:link,
#menu_left a.white:visited {
	background: none;
	background-color: #ffffff;
	color: #26496d;
}

#menu_left a:hover,
#menu_left a.blue:hover,
#menu_left a.white:hover {
	color: #ffffff;
	background: none;
	background-color: #0a1c5a;
}

/*
----------------------------------------
	GALLERY
----------------------------------------
*/

table#gallery tr td {
	padding-left: 10px;
	padding-bottom: 30px;
}
