@charset "utf-8";
/* CSS Document */

body {
	margin: 10px;
	background-color:#FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #333;
}

.newTab { 
	target-new: tab !important;
	}

a {
	color: #99C;
}

a:hover {
	text-decoration: none;
	color: #9CF;
}

.headerBG{
	width: 100%;
}

#header {
	border-top-style: solid;
	border-bottom-style:solid;
	border-width: 1px;
	border-color: #CCC;
	width: 920px;
	height: 75px;
	margin: auto;
}


.logo {
	width: 80px;
	height: 75px;
	padding-top: 5px;
	float:left;
}
.siteName{
	width: 240px;
	height: 75px;
	padding-top: 10px;
	margin-right: 30px;
	float:left;
}

.nav {
	width: 570px;
	height: 75px;
	float:right;
}

#themeImage {
	width: 920px;
	height: 300px;
	margin:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#SubthemeImage {
	width: 920px;
	height: 200px;
	margin:auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main {
	width: 920px;
	margin: auto;
	height:auto;
	border-left-style:solid;
	border-right-style:solid;
	border-width: 1px;
	border-color:#CCC;
}

.content1 {
	width: 389px;
	padding: 5px;
	float:left;
	border-left-style:solid;
	border-width: 1px;
	border-color:#CCC;
	
}

.content2 {
	width: 800px;
	padding: 5px;
	
}

.contentIn {
	width: 389px;
	padding: 5px;
	margin-top: -5px;
	float:left;
	border-left-style:solid;
	border-width: 1px;
	border-color:#CCC;
}

.social {
	width: 108px;
	display:block;
	padding: 5px;
	float:left;
	border-left-style:solid;
	border-right-style:solid;
	border-width: 1px;
	border-color:#CCC;
	
}

.social img {
	float:right;
	margin: 5px 24px 5px 24px;
}

.imgLink img {
	border:none;
}

.footer {
	width: 920px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Menu */

#menu {
	margin-left:20px;
	padding-top: 15px;
	float: right;
	height: 60px;
}

#menu ul {
	margin-right:auto;
	margin: 0;
	list-style:none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	width:auto;
	padding: 13px 0px 12px 0px;
	text-align: center;
	text-decoration:none;
	text-transform:none;
	font-size: 1.4em;
	color: #b97979;
	border:none;
}

#menu a:link, visited {
	color: #99C;
	border:none;
}

#menu a:visited {
	color: #99C;
	border:none;
}

#menu a:hover {
	color: #9CF;
	border:none;
}

#menu .current_page_item a {
	color: #999;
	border:none;
}
.menu_space
{
	display: block;
	float: left;
	height: 30px;
	width:30px;
	padding: 5px 0px 5px 0px;
}

.legal {
	float: left;
	width: 750px;
	padding: 20px 0px 20px 0px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-width: 1px;
	border-color:#CCC;
}

.links {
	float: right;
	padding: 20px 0px 20px 0px;;
	width:170px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-width: 1px;
	border-color:#CCC;
}
.space {
	width: 100%;
	height: 10px;
}