/**
*	Creative Latent Productions Stylesheet
*/

/* Defaults */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #0f0f0f;
	color: #5f5f5f;
	font: normal 11px Tahoma,Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

a {
	color: #999;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

p {
	padding: 10px 30px;
}

a img {
	border: none;
}

ol {
	margin: 10px 30px;
}

ol li {
	margin: 0 20px;
}

table {
	border-collapse: collapse;
	margin: 10px 30px;
}

td {
	padding: 5px;
}

/* Classes */
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0px;
	clear: both;
}

* html .clearfix {
	height: 1%;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.darkred {
	color: #8b0000;
}

.underline {
	text-decoration: underline;
}

.gallery {
	list-style-type: none;
	margin: 10px 30px;
	width: 470px;
}

.gallery li {
	display: block;
	float: left;
	height: 120px;
	margin: 0 40px 20px 0;
	width: 116px;
}

.heading {
	padding: 15px 30px 0 30px;
}

/* Structures */
#wrapper {
	background: #fff url(../images/wrapper.jpg) repeat-y 0% 0%;
	margin: 15px auto;
	position: relative;
	text-align: left;
	width: 821px;
}

#sidebar {
	float: left;
	margin: 65px 0 0 0;
	width: 271px;
}

#content {
	float: right;
	width: 545px; /* 550px - 5px = 545px */
}

#header {
	background: #fff url(../images/header_top.jpg) no-repeat 0% 0%;
	border-right: 10px solid #fff;
	height: 100px;
	width: 535px; /* 545px - 10px = 535px */
}

#main {
	border-right: 1px solid #eee;
	width: 534px; /* 545px - 10px - 1px = 534px */
}

#navigation{
	background: #fff;
	border-top: 2px solid #fff;
	border-bottom: 5px solid #fff;
	border-right: 1px solid #eee;
	color: #757575;
	height: 25px;
	line-height: 25px;
	width: 534px; /* 545px - 10px - 1px = 534px */
}

#navigation li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#navigation li a {
	background-color: inherit;
	color: #757575;
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding: 0 8px;
	text-decoration: none;
}

#navigation a:hover, #navigation .selected {
	background: #ff150d;
	color: #fff;
	text-decoration: none;
}

#main {
	border-right: 1px solid #eee;
	width: 534px; /* 545px - 10px - 1px = 534px */
}

#footer {
	background: #fff url(../images/footer.jpg) no-repeat 0% 0%;
	border-left: 40px solid #0f0f0f;
	color: #666;
	clear: both;
	padding: 30px 0 10px 0;
	text-align: center;
	width: 781px;
}

#footer .menu a {
	color: #666;
	padding: 0 15px;
	text-decoration: none;
}

#footer .menu a:hover {
	color: #666;
	text-decoration: underline;
}

#footer p {
	padding: 5px 0px;
}
