html
{
	height:100%;
	margin:0px 0px 0px 0px;
	overflow-y: scroll;
}

body
{
	height:100%;
	font-family:"Century Gothic" "Dotum";
	margin:0px 0px 0px 0px;
	left:0px;
	top:0px;
}

.logo
{
	
	width:400px;
	height:62px;
	background-image:url(../images/logo/logo.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#container
{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
}

.content_area 
{
	width:800px;
	height:100%;
	border:solid 1px #000000;
}

.bannertop
{
	height:75px;
	background-image:url(../images/backgrounds/bannertop2.gif);
	background-repeat:no-repeat;
}

.bannerbottom
{
	vertical-align:bottom;
	height:75px;
	background-image:url(../images/backgrounds/bannerbottom2.gif);
	background-repeat:no-repeat;
}

.focus
{
	vertical-align:top;
	height:100%;
}
/*
.focus td
{
	border:1px solid #000000;
}
*/
.cinestill
{
	font-family:"Square721 BT";
	font-size:38pt;
}

.explanation
{
	font-size:10pt;
}

#contact_details
{
	
	float:right;
	font-weight:bold;
	font-size:9pt;
	white-space:nowrap;
	vertical-align:top;
	padding:4px;
}

.summary
{
	text-align:right;
	font-size:9pt;
	font-weight:bold;
	vertical-align:top;
	padding-right:2px;
	border-right:solid 1px #000000;
	white-space:nowrap;
}

.smaller
{
	font-size:smaller;
}

.boxed
{
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
}

/*.menu tr
{
	background-image:url(../images/backgrounds/bannerbottom.gif);
	background-position:center center;
	background-repeat:repeat-x;
}*/

.menu td
{
	width:14%;
	text-align:center;
	padding:1px;
	font-weight:bold;
	color:#FFFFFF;
	/*background-color:#A30030;*/
	/*background-color:#E33632;*/
	background-color:#E33632;
	background-repeat:repeat-x;
		background-position:left center;
	border:1px solid #000000;
}

.menu td.selected 
{
	background-color:#000000;
	color:#ffffff;
}

.menu a
{
	color:#ffffff;
	text-decoration:none;
}

.menu a:hover
{
	color:#bbbbbb;
}

p
{
	padding:0px 5px 5px 5px;
}
th
{
	text-align:left;
	font-weight:normal;
}
.maincontent
{
	font-size:11pt;
}

img
{
	cursor:pointer;
	padding:5px;
}

.footer
{
	width:100%;
	text-align:center;
	font-size:x-small;
	font-weight:normal;
} 

.footer_text
{
	font-family:"Square721 BT";
	color:#ffffff;
	font-weight:bold;
	font-size:25pt;
	width:100%;
	text-align:center;
}

.footer_text td
{
	font-family:"Century Gothic" "Dotum";
	width:33%;
	text-align:right;
}





