/* Start of TWCMS style sheet 'template_5 : template 5' */
/* CSS Document */


body
{
	background: #FFFFCC;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#body2
{
	margin: 0;
	padding: 0;
}

a:link,a:visited { text-decoration: none; }
a:hover,a:active { text-decoration: none; }
.clear { clear: both; }

/* _________________________________________________ | CONTAINER | ___ */
#container
{
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

/* _________________________________________________ | HEADER | ___ */
#header
{
	margin: 0;
	padding: 5px;
}

/* _________________________ | H_LEFT | ___ */
#h_left
{
	float: left;
	width: 550px;
}

/* _________________________ | LOGO | ___ */
.logo
{
	max-height: 200px;
	max-width: 250px;
	border: none;
	float: left;
}

.logo img { border: none; }

/* _________________________ | TITLE | ___ */
.title
{
	font-size: 26px;
	color: #181818;
	margin: 20px 0 0 15px;
	float: left;
}

/* _________________________ | SLOGAN | ___ */
.slogan
{
	font-size: 16px;
	color: #181818;
	margin: 20px 0 0 15px;
}

/* _________________________ | H_RIGHT | ___ */
#h_right
{
	float: right;
	width: 330px;
}

/* _________________________ | NAV | ___ */
#nav
{
	font-size: 16px;
	margin-top: 45px;
	float: right;
	text-align: right;
}

#nav a { }

#nav a:link, #nav a:visited
{
	color: black;
	font-style: normal;
}

#nav a:hover, #nav a:active
{
	color: #7d7d7d;
	font-style: italic;
}

#nav ul
{
	list-style: none;
	color: #eeeeee;
	margin: 0px;
	padding: 0px;
}

#nav ul li
{
	float: left;
	height: 20px;
	list-sytle: none;
	padding: 0 8px;
}

#nav ul li a
{
	color: #eeeeee;
	text-decoration: none;
	display: block;
	list-style: none;
}

#nav ul li a:hover { }
#nav dfn { display: none; }
#nav hr { display: none; }

#nav ul li h3
{
	margin: 0px;
	padding: 0px;
	color: #7d7d7d;
	font-size: 1.0em;
}

/* _________________________________________________ | CONTENT | ___ */
#content
{
	padding: 5px 0;
	color: #bababa;
}

/* _________________________ | PHOTO-HOLDER | ___ */
.photo_holder
{
	max-height: 360px;
	overflow: hidden;
	margin-bottom: 10px;
}

/* _________________________ | CONTAIN-LEFT | ___ */
.c-contain-left
{
	display: block;
	float: left;
	width: 620px;
	margin: 0 0 8px;
}

/* _________________________ | CONTAIN-RIGHT | ___ */
.c-contain-right
{
	display: block;
	float: right;
	width: 275px;
	margin: 0 0 8px;
}

/* _________________________ | 620 WIDE | ___ */
.c-620-t
{
	width: 620px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: url(uploads/template_5/620-top.png) no-repeat bottom center;
}

.c-620
{
	width: 608px;
	padding: 0 5px 1px;
	background: #4a4a4a url(uploads/template_5/bg_div_grad.png) repeat-x bottom left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0;
}

.c-620-b
{
	width: 620px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: url(uploads/template_5/620-bot.png) no-repeat top center;
}

.c-620-title
{
	font-size: 24px;
	margin: 0 0 8px;
	display: block;
}

.c-620-content
{
	font-size: 12px;
	padding-left: 12px;
	display: block;
}

.c-620-content p { margin: 8px 0 1px; }

/* _________________________ | 275 WIDE | ___ */
.c-275-t
{
	width: 275px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: url(uploads/template_5/275-top.png) no-repeat bottom center;
}

.c-275
{
	width: 263px;
	padding: 1px 5px 1px 5px;
	background: #4a4a4a url(uploads/template_5/bg_div_grad.png) repeat-x bottom left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0;
}

.c-275-b
{
	width: 275px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: url(uploads/template_5/275-bot.png) no-repeat top center;
}

.c-275-title
{
	font-size: 18px;
	margin: 0;
	display: block;
}

.c-275-content
{
	font-size: 12px;
	display: block;
}

.c-275-content p
{
	margin: 6px 0 2px;
	padding-left: 12px;
}

.c-275-content ul { }

/* _________________________ | 900 WIDE | ___ */
.c-900-t
{
	width: 900px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: url(uploads/template_5/900-top.png) no-repeat bottom center;
}

.c-900
{
	width: 888px;
	padding: 0 5px 1px;
	background: #4a4a4a url(uploads/template_5/bg_div_grad.png) repeat-x bottom left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0;
}

.c-900-b
{
	width: 900px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: url(uploads/template_5/900-bot.png) no-repeat top center;
}

.c-900-title
{
	font-size: 24px;
	display: block;
	margin: 0 0 8px;
}

.c-900-content
{
	display: block;
	font-size: 12px;
	padding: 0 8px;
}

.c-900-content p { margin: 8px 0 1px; }

/* _________________________________________________ | FOOTER | ___ */
#footer
{
	text-align: center;
	color: #bababa;
	font-size: 10px;
	margin: 4px 0 0;
}

#footer a:link,#footer a:visited { color: #d2d2d2; }

#footer a:hover,#footer a:active
{
	color: #d2d2d2;
	font-style: italic;
}
/* End of 'template_5 : template 5' */

