@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
}
ul {
	list-style-type: none;
}
body {
	background-image: url(http://www.1310studios.com/images/design/bg-page.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#wrapper #header {
	height: 142px;
	overflow: hidden;
}
#wrapper #header #logo {
	padding-top: 24px;
	float: left;
	padding-right: 34px;
	padding-bottom: 24px;
}
#wrapper #header #navmain ul {
	float: left;
	display: block;
	padding-top: 56px;
}
#wrapper #header #navmain li {
	float: left;
	padding-right: 15px;
}
#wrapper #header #navmain a {
	display: block;
	padding: 7px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006666;
}
#wrapper #header #navmain a:hover {
	color: #99CCCC;
	background-color: #006666;
}
#wrapper #header #navmain .onstate a {
	color: #FFFFFF;
	background-color: #000000;
}
#wrapper #banner {
	width: 920px;
}
#wrapper #contentshell {
	margin-top: 13px;
}
#wrapper #contentshell #content .entry {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFCBCC;
}
#wrapper #contentshell #content .entry h2 {
	margin-top: 0px;
}
#wrapper #contentshell #sidebar {
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#wrapper #contentshell #sidebar h3 {
	font-size: 12px;
	color: #660000;
	text-transform: uppercase;
}
#wrapper #contentshell #sidebar ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
#wrapper #contentshell #sidebar li {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#wrapper #contentshell #sidebar a {
	color: #666666;
}
#wrapper #contentshell #sidebar a:hover {
	color: #C50000;
}
#bottom {
	background-color: #D7D7D7;
	margin-top: 15px;
	padding: 25px;
}
#bottom #bottomshell {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#bottom #bottomshell #itemshell .item {
	float: left;
	width: 180px;
	padding-right: 35px;
}
#bottom #bottomshell #itemshell .item h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #666666;
}
#bottom #bottomshell #itemshell .item p {
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}
#bottom #bottomshell #itemshell .item a {
	color: #666666;
	font-weight: bold;
}
#bottom #bottomshell #itemshell #address {
	padding-left: 80px;
	width: 130px;
	float: right;
	background-image: url(http://www.1310studios.com/images/design/1310.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#bottom #bottomshell #footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;
	font-size: 10px;
	color: #666666;
	margin-top: 15px;
}
#bottom #bottomshell #footer .copyright {
	float: left;
	width: 450px;
	padding: 5px;
	display: block;
}
#bottom #bottomshell #footer .credit {
	text-align: right;
	width: 450px;
	float: right;
	display: block;
	padding: 5px;
}