/*
Template name: Dirtylicious
Template URI: http://templates.arcsin.se/dirtylicious-website-template/
Release date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}
a:hover {}

body {
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

p,code,ul {padding-bottom: 1.2em;}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {
	padding-left: 20px;
	text-align: left;
	clear: both;
}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 900px;
	background-color: #000000;
}

.outer-container {
	padding-bottom: 64px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #000000;
}

/* headere & title */
.header {
	height: 187px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #000000;
	background-image: url(../workfiles/images/bannertop.png);
	background-repeat: no-repeat;
}
.header .title {
	color: #FF0000;
	padding-top: 50px;
	text-align: left;
	padding-left: 175px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}
.top_nav {
	height: 50px;
	width: 900px;
}

.path a {
	color: #FAFAFA;
	text-decoration: none;
}

/* main */
.main {
	border-top: 4px solid #1B2A16;
	background-color: #ffe59f;
	background-image: url(../workfiles/images/content_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-right: 40px;
}

/* content */
.content {
	float: right;
	width: 580px;
	text-align: left;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}



/* footer */
.footer {
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	background-color: #1B2A16;
	background-image: url(../workfiles/images/Menzo-Banner-Bottom1.png);
	height: 160px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
.footer .right, .footer .right a {color: #C8C8C3;}
.footer .right a:hover {color: #FFFFFF;}
