/*============================================*/
/*=========TOP=O'=THE=HILL=STUDIO=CSS=========*/
/*============================================*/

a:link
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 13pt;
	color: #FFF;
	font-weight: bold;
	}

a:visited
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 13pt;
	color: #FFF;
	font-weight: bold;
	}

a:hover, a:active
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 13pt;
	font-weight: bold;
	color: #c0bc44;
	}

a:link.footer
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	}

a:visited.footer
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	}

a:hover.footer, a:active.footer
	{
	text-decoration: none;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	}


/*============================================*/
/*==================COMMON====================*/
/*============================================*/


body
	{
	margin: 0px;
	background: #282828;
	font-family: verdana, Lucida Sans Unicode, arial;
	font-size: 10pt;
	}

img
	{
	border: 0px;
	}

td img 
	{
	display: block;	
	}


/*============================================*/
/*============================================*/
/*============================================*/


#container
	{
	float: left;
	width: 100%;
	height: 100%;
	margin: auto;
	}

#content
	{
	width: 1000px;
	margin: auto;
	}


/*============================================*/
/*============================================*/
/*============================================*/


#header
	{
	float: left;
	width: 1000px;
	height: 45px;
	background: transparent url(graphics/header.jpg) no-repeat center center;
	}
	
#navbar
	{
	float: left;
	width: 1000px;
	height: 41px;
	background: transparent url(graphics/navbar.jpg) no-repeat center center;
	}

#bodydiv
	{
	float: left;
	width: 1000px;
	height: 66px;
	background: transparent url(graphics/body.jpg) repeat-y center center;
	}

#footer
	{
	float: left;
	width: 1000px;
	height: 50px;
	background: transparent url(graphics/footer.jpg) repeat-y center center;
	}

/*============================================*/
/*============================================*/
/*============================================*/

.title
	{
	float: left;
	width: 470px;
	height: 65px;
	}

.nav
	{
	margin-top: 8px;
	}

iframe.page
	{
	width: 825px;
	height:400px;
	overflow: auto;
	}

h4
	{
	margin: 0px;
	}

