html, body {
	margin:0;
	padding:0;
}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 150%;
 color: #666666;
 background: url(../images/back.gif);
 text-align: center;
}

#wrapper { 
 margin: 10px auto;
 width: 922px;
 background: #60C8C4;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #60C8C4;
 height: 100px;
 margin: 5px 0px 5px 0px;
 background: url(../images/header.gif) no-repeat;
}

#header h1 {
	font-size:1px;
	text-indent:-5000em;
	width:100px;
	height:85px;
	margin:0;
	padding:0;
	background:url(../images/logo_tw.gif) no-repeat;
}

#header h1 a {
	display:block;
	height:80px;
	width:500px;
}

#header p {
	float: center;
	margin-top:-55px;
	color:#fff;
	text-shadow:2px 2px #333;
}

#header p a {
	color:red;
	text-decoration:none;
}

#header p a:hover {
	color:#44cd44;
}



#leftcolumn { 
 color: #333;
 border: 1px solid #60C8C4;
 background: white;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 145px;
 float: left;
}


#nav {
	float:left;
	padding:0 1px;
	width:110px;

}

#nav ul {
	padding:40;
	margin:0;
}

#nav ul li {
	list-style:none;
	text-align:left;
	line-height: 150%;
}
#nav ul li a {
	display:block;
	padding:15px;
	background: white no-repeat bottom right;
	color:#999;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#91D3D3;
	background-color:white;
}

#content { 
 float: left;
 color: #333;
 border: 1px solid #60C8C4;
 background: white repeat-y;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 456px;
 display: inline;
 text-align: left;
 line-height: 150%;
}
#rightcolumn { 
 color: #333;
 border: 1px solid #60C8C4;
 background: white;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 350px;
 width: 245px;
 align: left;
 float: left;
}
#footer { 
 width: 900px;
 height: 29px;
 clear: both;
 color: #60C8C4;
 border: 1px solid #60C8C4;
 background: url(../images/footer.gif);
 margin: 0px 0px 5px 0px;
 padding: 10px;
}

img	{
	border: none;

}

a {
	color: #60C8C4;
	text-decoration: none; 
	border:none;
	font-size:11px;

	}

a:hover {

	color: #666666;

	}

h1  {
	color: #666666; 
	font-size:11px; 
	line-height:150%;
	text-align: center;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	
	}

h2  {
	color: #666666; 
	font-size:10px; 
	line-height:150%;
	text-align: center;
	margin: 10px 0px 0px 0px;
	
	}


div.float {

  	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
 
	}


div.float p {
   text-align: center;
   }


div.floaty {

  	float: center;
	padding-top: 1px;
	padding-right: 4px;
	padding-left: 180px;
 
	}

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 110px;
padding: 15px;
margin: 0px;
}

#vertmenu h1 {
display: block; 
background-color:#FF9900;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:110px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #91D3D3;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
