@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

ol, ul {
	list-style: none;
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}

fieldset, img {
	border: 0;
	}

caption, th {
	text-align: left;
	}

q:before, q:after {
	content:'';
	}

.clear {
	clear: both;
	height: 25px;
	}


/*	------------------------------------------------------

	General
	
	======================================================	*/

html {
	text-align:center;
	}

body {
	position: relative;
	width:100%;
	margin:0 auto;
	padding:0px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background-image:url(./images/bg_body.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	background-position:center 0px;
	min-height:1000px;
	}

#wrapper {
	width:1000px;
	text-align:left;
	margin:0 auto;
	position:relative;
	}	

.nav {
	position:relative;
	margin:21px 0px 0px 0px;
	height:30px;
	width:1000px;
	background:transparent;
	float:left;
	}

.navmenu {color:#f33f00;font-weight:bold;font-size:14px;position:relative;margin:6px 0px 0px 0px;float:left;}
.navmenu li{display:inline;margin-right:15px;}

.content1 {
	width:485px;
	height:auto;
	float:left;
	background:transparent;
	margin:30px 0px 0px 20px;
	}

.content2 {
	width:1000px;
	float:left;
	height:auto;
	background:transparent;
	margin:75px 0px 0px 0px;
	}

.content2left {
	width:245px;
	height:auto;
	float:left;
	background:transparent;
	margin:0px 0px 0px 20px;
	}
	
.content2right {
	width:245px;
	height:auto;
	float:left;
	background:transparent;
	margin:0px 0px 0px 20px;
	}

.paneltab {width:144px;height:19px;padding:4px 0px 0px 10px;margin:0px 0px 0px 20px;background-image:url(./images/bg_singletab.jpg);background-repeat:no-repeat;color:#fff;font-weight:bold;font-size:14px;}
.panel {
	width:245px;
	height:195px;
	float:left;
	margin:0px 0px 0px 20px;
	background-image:url(./images/bg_panel.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	}

#twit-div { 
	
	width: 225px;
	margin-left:10px; 
	height: 195px; 
	background:transparent;
	padding:0px;
	margin-top:5px;
	
	
}
ul#twitter_update_list { 
	list-style: none; 
	font-size: 11px;	width:225px
}
ul#twitter_update_list li { 
	margin-bottom: 0px;
	padding: 5px;
	color:#fff;
	
}

.footer {
	background-color:transparent;
	height:80px;
	width:1000px;
	margin:50px 0px 0px 0px;
	text-align:center;
	color:#f33f00;
	font-size:12px;
	}

.footer li{margin-top:0px;}
	
/* ----------------------------------------------------------

/* CSS Document */


