A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: red;}
A:hover {text-decoration: underline; color: gray;}

body {
	background-color: #FFFFFF;
}

#wrapper {
	width: 940px;
	height: auto;
	color: black;
	font-family: Georgia;
	font-size: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	height: 73px;
}

#logo {
	width: 340px;
	height: 73px;
	float: left;
}
#twitter {
	width: 590px;
	float: right;
	font-size: 90%;
	margin-right: 10px;
	text-align: right;
}
#twitter_m {
	width: 550px;
	padding: 0 15px;
}
	#twitter_container {
		min-height: 45px;
		height: auto !important;
		height: 40px;
		padding-bottom: 10px;
		float: left;
	}
	#twitter_update_list {
		width: 550px;
		padding: 0;
		overflow: hidden;
		font-size: 12px;
		font-style: italic;
		color: #31353d;
		line-height: 13px;
		font-weight: regular;
	}
	#twitter_update_list li{
		width: 550px;
		text-align: right;
		list-style: none;
	}
	#twitter_update_list li a {
		color: #5f6d76;
		border-bottom: dotted 1px;
		text-decoration: none;
	}
	#twitter_update_list li a:hover {
		color: #31353d;
	}

#navigation {
	width: 100%;
	height: 25px;
}
#navigation #menu{
	width: 940px;
	height: 25px;
	margin: 0;
	padding: 0;
	background:url(/images/menu.png) 0 0 no-repeat;
}
#navigation #menu li {
	display: inline;
	list-style: none;
}
#navigation #menu li a {
	float:left;
	outline: none;
	width: 150px;
	height: 0;
	padding-top: 25px;
	overflow: hidden;
}
#navgation #menu li a {
	background-image:url(/images/menu.png);
	background-repeat: no-repeat;
}
#navigation #menu li#nav00 a { background-position: 0 0; }
#navigation #menu li#nav01 a { background-position: -150px 0; }

#navigation #menu li#nav00 a:hover {
	background-image:url(/images/menu.png);
	background-position: 0 -25px; 
}
#navigation #menu li#nav01 a:hover { 
	background-image:url(/images/menu.png);
	background-position: -150px -25px; 
}

#content_wrapper {
	width: 100%;
	min-height: 100%;
	height: 100%;
	font-size: 90%;
	font-family: Georgia;
	background-color: #0066CC;
	background-image: url(../image/background.gif);
	text-align: left;
}
#content_wrapper:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#content {
	width: 100%;
	height: auto;
	font-size: 90%;
	font-family: Georgia;
	text-align: left;
	padding-right: 5px;
	float: left;
}

#spacer {
	clear: both;
	height: 15px;
	display: block;
}

#footer {
	width: 100%;
	height: auto;
	font-size: 75%;
	font-family: Georgia;
	text-align: center;
	position: relative;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
}

#image {
	width: 150px;
	height: 100px;
	border: solid;
	border-width: 1px;
	float: left;
}

#descript {
	width: 775px;
	height: 100px;
	padding-left: 10px;
	float: left;
}

#ad {
	width: 100%;
	height: auto;
	color: white;
	text-align: center;
	font-family: Georgia;
	font-size: 60%;
}