﻿/********************************************************************
 * (c) 2009-10, Entreprise Vadesoft Inc. All Rights Reserved.
 */

/********************************************************************
 * default settings
 */
all {
	font-family:Cambria,"Hoefler Text",Utopia,"Liberation Serif","Nimbus Roman No9 L",Times,"Times New Roman",serif;
}
body {
	background-color:#101010;
	background-image:url("../images/background.png");
	background-position:top center;
	background-repeat:no-repeat;
	color:#E0E0E0;
	margin:0px;
	padding:0px;	
}
p {
	margin:0px;
	padding:0px;	
}

/********************************************************************
 * sections
 */
.container {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:974px;
}
.content {
	background-image:url("../images/content.png");
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:20px;
	padding-left:40px;
	padding-right:140px;
	height:792px;
} 
.contentlist {
	margin-left:40px;
	padding:0px;
}
.contentlist h3 {
	font-size:14px;
	padding-bottom:0px;
	padding-top:0px;
}
.itemfooter {
	text-align:center;
}
.header {
	font-size:11px;
	margin-top:20px;
}
.footer {
	clear:both;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:2px;
	border-top-style:solid;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
}
.footer a {
	color:#F0F0F0;
	text-decoration:none;
}
.footer a:hover {
	color:#B0B0B0;
}
.sectioncopyright {
	font-size:11px;
	margin-left:10px;
	margin-right:10px;
	padding-top:4px;
}
.copyright {
	float:left;
	text-align:left;
	vertical-align:middle;
}
.company {
	color:#E0E0E0;
	float:right;
	text-align:left;
	width:112px;
}
.company a {
	color:#E0E0E0;
	font-size:11px;
	text-decoration:none;
	vertical-align:middle;
}
.company a:hover {
	color:#B0B0B0;
}
.company span {
	font-size:22px;
	float:left;
}
