* { 
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
 	background: #eeeeee;
 	color: #444444;
 	background-image:url(../images/bg.gif);
 	background-repeat:repeat-x;
 	margin-left:auto;
 	margin-right:auto;
 	width: 920px;
}

#wrapper { 
 	margin: 0 auto;
 	width: 920px;
}

#email {
	background: #FF6D00;
	color: #ffffff;
	height: 19px;
	width: 915px;
	padding-top: 2px;
	padding-right: 5px;
	text-align:right;
}

#email a:link { 
	color: #ffffff; 
	text-decoration: none; 
}

#email a:hover { 
	text-decoration: underline; 
}

#logo {
	background:url(../images/Header2.jpg) no-repeat;
	display:block;
	width: 920px;
	height:100px;
	overflow:hidden;
	line-height:1000px;
}

ul#menu { 
	width: 100%; 
	height: 43px; 
	background: #ff8e00 url(../images/menu-bg.gif) top left repeat-x; 
	font-size: 11px; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

ul#menu li { 
	display: block; 
	float: left; 
	margin: 0 0 0 9px; 
}

ul#menu li a { 
	height: 35px; 
	color: #ffffff; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 24px 0; 
}

ul#menu li a:hover { 
	color: #444444; 
}

ul#menu li a.current{ 
	color: #444444; 
	background: #ff8e00 url(../images/current-bg.gif) top left repeat-x; 
	padding: 5px 24px 0; 
}
	
#content { 
 	width: 820px;
 	min-height: 500px;
 	float:left;
 	color: #000000;
 	border: 0px solid #ff8e00;
 	background: #ffffff;
 	margin: 0px 0px 0px 0px;
 	padding: 50px;
 	font-family: Arial, Helvetica, sans-serif; 
 	font-size: 13px; 
 	line-height: 18px;
 	color: #444444;
}

p {
 	padding-top: 5px;
 	padding-bottom: 15px;
 }
 
a:link {
	color: #222222;
}

a:visited { 
	color: #222222;
}

a:hover {
	color: #ff6600;
}

a:active {
	color: #666666
}

a img {
	border: 3px solid #222;
}

a:hover img {
	border-color: #f60;
}

.l2 {
	color:#222222;
	text-decoration:none;
	border-bottom: 1px solid #ff6600;
} 

h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #444444; 
	font-weight: bold; 
	text-align: center;
	padding-bottom: 15px;
}

h3 {
	font-weight:bold;
	color:#FF6600;
	font-size:13px;
}

#leftcolumn {
	width: 400px;
	float:left;
	padding-right: 50px;
	border-right: 1px solid #cccccc;
}

.wndate1 {
	font-size: 16px; 
	color: #ff6600; 
	font-weight:bold;
} 

#twitter_update_list {
	list-style:none;
}

	#twitter_update_list li {
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px dotted #999;
		display:block;
	}
	
		#twitter_update_list li a {
			display:block;
			color:#ff6600;
			text-decoration:none;
		}
		
		#twitter_update_list li a:hover {
			text-decoration:underline;
		}

#rightcolumn {
	width: 320px;
	float:right;
	text-align:center;
}

#leftlink {
	width: 400px;
	height: 500px;
	float:left;
	padding-right: 5px;
	border-right: 1px solid #cccccc;
}

#rightlink {
	width: 380px;
	height: 500px;
	float:right;
}

#aboutpic {
	float:right;
}

#websites {
	padding-left:5px; 
	padding-right:5px; 
	text-align:center
}

#links ul {
    list-style-type: none;
    width: 750px;
} 

#links li {
    border: 1px dotted #999;
    border-width: 1px 0;
    margin: 5px 0;
}

#links li a { 
    color: #ff6600;
    display: block;
    font: bold 120% Arial, Helvetica, sans-serif;
    padding: 5px;
    text-decoration: none;
}

 * html #links li a {
	width: 750px;
}

#links li a:hover {
    background: #eeeeee;
		
}

#links a em { 
    color: #333;
    display: block;
    font: normal 85% Verdana, Helvetica, sans-serif;
    line-height: 125%; 
}

#links a span {
    color: #aaaaaa;
    font: normal 70% Verdana, Helvetica, sans-serif;
    line-height: 150%;
}

#testimonial ul {
    list-style-type: none;
    width: 750px;
} 

#testimonial li {
    border: 1px dashed #aaaaaa;
    border-width: 1px 1px;
    margin: 5px 0;
}

#testimonial li a { 
    color: #ff6600;
    display: block;
    font: bold 120% Arial, Helvetica, sans-serif;
    padding: 5px;
    text-decoration: none;
}

 * html #links li a {
	width: 750px;
}

#testimonial li a:hover {
    background: #eeeeee;
		
}

#testimonial a em { 
    color: #333;
    display: block;
    font: normal 85% Verdana, Helvetica, sans-serif;
    line-height: 125%; 
}

#testimonial a span {
    color: #888888;
    font: normal 70% Verdana, Helvetica, sans-serif;
    line-height: 150%;
}

#footer { 
 	width: 910px;
	height: 45px;
 	clear: both;
 	color: #FFFFFF;
	text-align:center;
	font-size:10px;
	background: #ff6600;
	padding-left: 10px;
	padding-top: 4px;
}

#footer p {
 	padding-bottom: 2px;
 }
 
#footer a:link {
	color: #ffffff;
}

#footer a:visited { 
	color: #ffffff;
}

#footer a:hover {
	color: #444444;
}

#footer a:active {
	color: #666666;
}