/* @override http://www.robbyniven.com/textpattern/css.php?n=default */

/* @override http://www.robbyniven.com/textpattern/css.php?n=default */

* {
	font-family: "Courier Std", "Courier New", Courier, Georgia, sans-serif;
	margin: 0 0;
	padding: 0 0;
	font-size: 12px;
	color: #333;
	line-height: 1.3em;
border: none;
}

#content ol.image-list li a img {
	padding-bottom: 12px;
}

body {
	/

*background: url(../../../_graphics/full_bg.gif);*/
	font-size: x-small;
}

h1 {
	font-size: 200%;
	font-weight: normal;
	color: #111;
	padding: 0;
	margin-top: 0;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	color: #111;
}

h3 {
	font-size: 125%;
	font-weight: normal;
	color: #111;
}

h4 {
	font-size: 110%;
	font-weight: normal;
	color: #111;
}

h5 {
	font-size: 100%;
	font-weight: normal;
	color: #111;
}

.mutton {
	font-size: 300%;
	font-weight: bold;
}

.details {
	font-size: 85%;
}

a, a:link, a:visited {
	color: #111;
	text-decoration: none;
}

a:hover {
	color: #FF0066;
	text-decoration: none;
	border-bottom: none;
}

.text_right {
	text-align: right;
}

#header {
	width: 950px;
	height: auto;
	margin: 0;
	background: #FFF;
}

#container {
	margin: 25px auto 0px auto;
	width: 950px;
}

#content {
	width: 1000px;
	height: auto;
	padding: 0;
	margin: 0;
}

#content .image-list {
	float: none;
	margin: 0 11px 0 0;
	overflow: hidden;
	display: inline;
}

#content .image-list li {
	margin: 0 11px 11px 0;
	list-style-type: none;
	display: inline;
}

/*#content .image-list img
{
	float: none;
}*/

#content p {
	margin: 0 0 1.0em 0;
}

#small_square {
	float: left;
	width: 52px;
	height: 52px;
	margin: 0 11px 11px 0;
	padding: 0;
}

#medium_square {
	float: left;
	width: 178px;
	height: 178px;
	padding: 0;
	overflow: hidden;
	background: #fff;
	margin: 0 11px 11px 0;
}

#large_square {
	float: left;
	width: 367px;
	height: 367px;
	margin: 0 11px 11px 0;
	padding: 0;
	overflow: hidden;
	background: #FFF;
}

#type_block {
	float: left;
	width: 357px;
	height: auto;
	margin: 0 11px 11px 0;
	padding: 0;
	overflow: hidden;
	background: #fff;
}

#type_block_2 {
	float: left;
	width: 745px;
	height: auto;
	margin: 0 11px 11px 0;
	padding-top: 10px;
	overflow: hidden;
	background: #FFF;
}

#box {
	float: left;
	width: 320px;
	height: 240px;
	margin: 0 11px 11px 0;
	padding: 0;
	overflow: hidden;
}

#logo {
	float: left;
	width: 367px;
	height: 63px;
	margin: 0 11px 11px 0;
	padding: 0;
	overflow: hidden;
	background: #FFF;
}

#nav {
	float: left;
	width: 745px;
	margin: 0 0 18px 0;
	padding-bottom: 0;
	overflow: hidden;
	background: #fff;
	height: 40px;
}

#nav_main, #nav_info {
	width: 745px;
	height: auto;
	margin: 0 11px 11px 0;
	padding: 0;
	overflow: hidden;
}

.clearboth {
	clear: both;
}