/*********** General layout *************/
body {
	background-image: url(images/thinvertical2.jpg); 
	font-family:tahoma,sans-serif;
	margin:0px;
	padding:0px;
}

#container {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:838px;
}

/*********** Site title *************/
#logo {
	text-align:center;
	margin:20px auto 10px auto;
	background-image:url(images/logo4.png);
	background-repeat:no-repeat;
	width:247px;
	height:52px;
}

/*********** Tags *************/
a {
	font-family:tahoma,sans-serif;
}

p {
	font-family:tahoma,sans-serif;
	font-size:9pt;
	line-height:1.4;
	margin:0 0 10px;
	color:#cccccc;
	text-align:justify;
}

/*********** Main content *************/
#main {
	position:relative;
	height:200px;
	margin-right:auto; 
	margin-left:auto; 
	width:444px;
	text-align:justify;
	line-height:12pt;
}

#mainWide {
	position:relative;
	height:200px;
	margin-right:auto; 
	margin-left:auto; 
	width:624px;
	text-align:justify;
	line-height:12pt;
}

.mainText {
	font-family:tahoma,sans-serif;
	font-size:9pt;
	color:#CCCCCC;
}

.bullet {
	font-family:tahoma,sans-serif;
	font-size:9pt;
	line-height:1.4;
	margin:0 0 2px;
	color:#cccccc;
	text-align:justify;
}

/*********** CONTENT AREA (CHANGING DIV) *************/
#contentArea {
	height:550px;
	width:838px;
}

/*********** FOOTER *************/
#footer {
	position:fixed;
	bottom:0px;
	width:100%;
	text-align:center;
	z-index:900;
	padding:0px;
	right:0;
}

#footerBacking {
	background-image:url(images/footer3.png);
	font-family:tahoma,sans-serif;
	width:270px;
	height:30px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

.greenText {
	color:#9cce01;
}

.blueText {
	color:#5684b1;
}
