@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------------------------------------------------------------------------*/

/* thanks yahoo yui */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}

table 
{
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img 
{
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var 
{
    font-style:normal;
    font-weight:normal;
}

ol,ul 
{
    list-style:none;
}

caption,th 
{
    text-align:left;
}

h1,h2,h3,h4,h5,h6 
{
    font-size:100%;
    font-weight:normal;
}

q:before,q:after 
{
    content:'';
}

abbr,acronym 
{ 
	border:0;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

body
{
	background-color: #1A1617;
	background-image:url(bg.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

h1
{
	color: #000;
	font-weight:bold;
	font-size:110%;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 5px;
}


h2
{
	color: #00F;
	font-weight:bold;
	font-size:80%;
	padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 5px;
}

a:link, a:visited
{
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

a:hover
{
	font-weight:bold;
	color:#0000FF;
	text-decoration:underline;	
}

hr
{
	width: 50%;
	margin-top: 30px;
	margin-bottom: 30px;
}


/*-----------------------------------------------------------------------------------------------------------------------------------*/

#content
{
	position: relative;
	width: 1000px;
	height:700px;
	margin: 0 auto;
	background-image:url(bgcenter.png);	
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 131px;
}

#header #headerleft
{
	width: 307px;
	height: 131px;
	float:left;
}

#header #headerright
{
	width: 693px;
	height: 131px;
	float:right;
	background-image:url(headerbg001.png);
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#mainnav
{
	position: absolute;
	top: 131px;
	left: 307px;
	width: 693px;
	height: 23px;
	color: #FFF;
}

#mainnav ul
{
	padding-left: 20px;
	padding-top: 3px;
}

#mainnav li
{
	/*	display: inline-block;*/
	display: inline;
	list-style:none;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#leftcontent
{
	position: absolute;
	top: 154px;
	left: 0;
	width: 307px;
	height: 520px;
	font-weight:bold;
	font-style:italic;
}

#leftcontent p
{
	font-size: 80%;
	padding-left: 40px;	
	padding-right: 20px;			
}

#leftcontent ul
{
	padding-left: 30px;	
}

#leftcontent li
{
	font-size: 80%;
	padding-top: 5px;	
	padding-left: 10px;	
	padding-right: 20px;		
	list-style:circle;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#rightcontent
{
	position: absolute;
	top: 154px;
	left: 307px;
	width: 693px;
	height: 480px;
	margin-bottom:40px;
	font-weight:bold;
	overflow:auto;
}

p
{
	padding-top: 20px;
}

.floatright
{
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #CCC;
	padding: 2px;
}

.floatleft
{
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #CCC;
	padding: 2px;
}


.quote
{
	font-style: italic;
	font-weight: bold;
}

.quotesource
{
	text-align: right;	
	padding-top: 15px;
}

.floatleftcontent
{
	float: left;
	width: 50%;
	text-align:center;
}

.floatleftcontent p
{
	padding-top: 30px;	
}


.floatrightcontent
{
	float: right;
	width: 50%;
	text-align:center;	
}

.floatrightcontent p
{
	padding-top: 30px;	
}


.clearall
{
	height:0;
	width:0;
	clear:both;
}

#rightcontent p
{
	padding-left: 30px;
	padding-right: 30px;
	text-align:justify;		
}

#rightcontent ul
{
	padding-top: 30px;	
	padding-left: 30px;		
	text-align:left;
}

#rightcontent li
{
	font-size: 100%;
	list-style:circle;
	padding-left: 10px;			
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#footer
{
	position: absolute;
	top: 674px;
	left: 0px;
	width: 1000px;
	height: 26px;
}

#footer p
{
	text-align:right;
	color:#FFF;
	font-size: 75%;
	padding-top:0;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/

#subfooter
{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.floatleftsubfooter
{
	float: left;
	width: 50%;
	text-align:left;
	padding-top:20px;	
}

.floatrightsubfooter
{
	float: right;
	width: 50%;
	text-align:right;
	padding-top:20px;		
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------*/
