/*
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    |
|_________________________________________________________|
*/
*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #333;
	width: 768px;
	margin: 16px auto;
	text-align: left;
}

#header
{
	width: 100%;
	height: 80px;
	background: #777777 url(../images/hdr.jpg) no-repeat bottom left;
	font-size: 7pt;
}
#header a
{
	float: right;
	width: 75px;
	padding: 5px 10px 5px 10px;
	font-size: 7pt;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	background-color: #666;
	border-bottom: 2px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

#header a:hover, #header a.on
{
	padding-top: 10px;
	background-color: #333;
}

#header a.last
{
	background-image: url(../images/corner_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-right: none;
}

#header a.first
{
	border-left: 2px solid #333;
}

#header a.lastOn
{
	padding-top: 10px;
	background-color: #333;
	border-right: none;
}

#header a.firstOn
{
	padding-top: 10px;
	background-color: #333;
	border-left: 2px solid #333;
}

a span
{
	display: none;
	text-transform: lowercase;
	color: #FC0;
}

a:hover span, .on span, .lastOn span, .firstOn span
{
	display: block;
}

#page
{
	float: left;
	width: 100%;
	padding: 16px 0 16px 0;
	background-color: #666;
	font-size: 0.8em;
	line-height: 1.8em;
}

#page a
{
	text-decoration: none;
	color: #FC0;
	border-bottom: 1px solid #AAA;
}

#page a:hover
{
	color: #DDD;
	background-color: #888;
	border-bottom: 1px solid #EEEEEE;
}

#menu
{
	overflow-x: hidden;
	float: left;
	width: 176px;
	background: #777 url(../images/corner_sub_tr.gif) no-repeat top right;
}

#content
{
	float: right;
	width: 576px;
	background: #777 url(../images/corner_sub_tl.gif) no-repeat top left;
	font-size: 1em;
}

h1
{
	font-weight: bold;
	font-size: 0.8em;
 	text-transform: lowercase;
	color: #FC0;
 	border-bottom: 1px solid #AAA;
 	margin: 1.2em 1.2em 0 1.2em;
}

#menu img
{
	border: none;
}

p
{
	margin: 0 1.2em 2em 1.2em;
}

form
{
	margin: 0 1.2em 2em 1.2em;
}

#content ul
{
	margin: 1.2em;
	line-height: 1.2em;
	list-style-image: url(../images/arrow.gif);
}

#content li
{
	margin-left: 60px;
}


#menu a.item
{
	display: block;
	padding: 0 0 0 26px;
	background: url(../images/icn_off.gif) no-repeat center left;
	border: none;
}

#menu a:hover.item
{
	color: #DDD;
	background: #888 url(../images/icn_on.gif) no-repeat center left;
	border: none;
}

#centerlist
{
	clear: left;
	margin: 2em auto;
	text-align: center;
}

#centerlist li
{
	list-style: none;
	margin: auto;
	padding: 0 1.2em;
	display: inline;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}

#vlist
{
	clear: left;
	font-weight: bold;
	font-size: 1.4em;
}

#imglist
{
	margin: 1.2em auto 2em auto;
	text-align: center;
}

#imglist li
{
	list-style: none;
	margin: auto;
	padding: 0 5px;
	display: inline;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}

#imglist a img
{
	border: none;
}

#footer
{
	width: 100%;
	float: left;
	font-size: 7pt;
	text-transform: lowercase;
 	line-height: 2.6em;
	color: #4A3509;
	background: #777777 url(../images/ftr.jpg) repeat-y top left;
}

#footerLeft
{
	float: left;
	width: 60%;
	padding-left: 16px;
	text-align: left;
	background: url(../images/corner_bl.gif) no-repeat bottom left;
}

#footerRight
{
	float: right;
	width: 35%;
	text-align: right;
	padding-right: 16px;
	background: url(../images/corner_br.gif) no-repeat bottom right;
}

#footer a
{
	color: #4A3509;
}

#footer a:hover
{
	color: #666666;
}

.imgLeft, .imgRight
{
	margin: 11px;
}
.imgLeft
{
	float: left;
	margin-left: 0;
}

.imgRight
{
	float: right;
	margin-right: 0;
}

.bottomCorner
{
	text-align: right;
}
.vBottom
{
	clear: left;
	vertical-align: bottom;
}