/* Tag Styles */


body {
	font-size:12px;
	background-color:#DFDBCB;
	padding:0;
	margin:0;
	color:#000000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:none;
	background-color: #DFE1FF;
}
h1 {
	color:#6666FF;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top:0;
}


/* Layout */


#website {
	width:727px;
	padding:0;
	margin:20px auto 20px auto;
	background-image:url(../images/tile.gif);
	background-repeat:repeat-y;
	text-align:left;
}
#header {
	width:727px;
	padding:0;
	margin:0 auto 0 auto;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	text-align:left;
}
#logo {
	width:246px;
	height:85px;
	padding:0;
	margin:20px 20px 20px 30px;
}
#logo2 {
	width:492px;
	height:85px;
	padding:0;
	margin:20px 0 20px 30px;
}
#blog {
	width:173px;
	height:85px;
	padding:0;
	margin:20px 20px 20px 0;
}
#banner {
	width:641px;
	height:146px;
	padding:0;
	margin:0 auto 20px auto;
	background-image:url(../images/header_photo.jpg);
	background-repeat:no-repeat;
}
#menu {
	list-style-type: none;
	float:left;
	margin: 0 0px 24px 20px;
	width:130px;
}
html>body #menu {
	margin:0 0 24px 0;
}
ul#menu {
	list-style-type: none;
	float:left;
}
ul#menu li {
	width:130px;
	padding:0;
	margin:0;
}
ul#menu li a {
	width:130px;
	padding:3px 0 3px 0;
	margin:0;
	border-bottom:1px dotted #CCCCCC;
	text-decoration:none;
	text-indent:1px;
	display:block;
	background-color: #FFFFFF;
	font-size: 11px;
}
ul#menu li a:hover {
	background-color: #F2F2FF;
	font-weight: bold;
}
#content {
	padding:0;
	margin:0 20px 20px 0;
	float:right;
	width:490px;
}
html>body #content {
	margin:0 40px 20px 23px;
}
#footer {
	width:727px;
	height:29px;
	padding:0;
	margin:0;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	text-align:center;
	text-indent:40px;
	color:#FFFFFF;
	line-height:25px;
	font-size:11px;
	clear:both;
}
.none {
	clear:both;
	display: none;
}

/* Clas Styles */
.content {
	font-size:12px;
	color:#000000;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
}