/*	Author: AB/Berger Design, London @ www.berger-design.com
*	Date: Jan'08
*	V: 3.1
*/
/************************** BODY STYLE ****************************/

body {
	color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #3f4448;
	background-image: url(assets/bg_gradient.jpg);
}
p, td {
	line-height:120%;
	padding-top: 5px;
	padding-bottom: 0px;
}
a: {
	color: #666666;
	font-size: 11px;
	background-color:transparent;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
}
a:link {
	color:#FFFFFF;
	text-decoration: underline;
}
a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
/************************** COPY ****************************/
.copyright {
	font-size: 10px;
	color: #FFFFFF;
}
.copyright a:link {
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
.copyright a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.copyright a:hover {
	font-size: 10px;
	text-decoration: none;
	color: #CC0000;
}
.head {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding-top: 20px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.ruler {
	color: #000000;
}

.backup {
	margin-right: 0px;
	margin-left: -10px;
	text-align: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
}

/************************** LAYOUT ****************************/

#main {
	width:760px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#head {
	padding:0px;
	float:left;
	height: 80px;
	width: 760px;
	margin: 0px;
}

/************************** MENU ****************************/

#mainMenu {
	text-transform: uppercase;
	color: #AEAEAE;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#mainMenu a:link {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

#mainMenu a:visited {
	font-size: 13px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}
#mainMenu a:hover {
	font-size: 13px;
	text-decoration: none;
	color: #CC0000;
}
#content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	position: relative;
	width: 760px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#contentWork {
	position: relative;
	width: 760px;
	margin-top: 10px;
}
#leftCol {
	float:left;
	border-top:10px solid #FFFFFF;
	border-bottom:10px solid #FFFFFF;
	padding-right:28px;
	vertical-align:top;
	width:420px;
	padding-left: 10px;
	line-height: 120%;
}
#rightCol {
	background-color:#F1F1F1;
	border-bottom:10px solid #FFFFFF;
	border-top:10px solid #FFFFFF;
	vertical-align:top;
	width:270px;
	line-height: 100%;
	position: relative;
}
#footer {
	padding-bottom:45px;
	padding-top:10px;
	width:760px;
	text-align: right;
}
/************************** IMAGE STYLE       ****************************/

img#left {
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
}
img#right {
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 5px;
}
.downloads {
	margin: 0px;
	padding: 0px;
}
