/*<group=General Styles.......Blank Theme by Abraham Cherian 2006    >*/

body {
	font-size: 0.85em;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #333333;
	margin: 1px;
	background: #303030;
	text-align: center;
	left: 2px;
	bottom: 2px;
	right: 2px;
	top: 1px;
}

/* My Comment */

a:link {
	color: olive;
	text-decoration: none;
}

a:visited {
	color: #808000;
	text-decoration: none;
}

a:hover, a:active {
	color: #666666;
	text-decoration: none;
}
/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: url(images/background.jpg) no-repeat;
	color: black;
	width: 980px;
	height: 550px;
	margin-top: auto;
	margin: 5% 5% auto;
	padding: 0;
}

#contentContainer #content {
	padding: 10px;
}
	
/*</group>*/