/**
 * - Reset the measurements for "closer" displays between browsers
 * - Add Customisations
 * - Layout Containers 
 * - Generator Specific Styles
 */

/* Reset 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent; - Kuku removed this 
}*/ 


body {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	}
	
a:link,a:visited {
color:#ecb74f;
text-decoration:none;
font-weight:700;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

p,h1,h2,h3 {
	margin-bottom: 1em;
}


/* site styles */

body {
	background: #000000;
	text-align: center;
}

#container {
	background: #000000;
}

#wrap {
	width: 955px;
	margin: auto;
}



#modulesuser3 {
	height: 140px;
}

#modulesuser1 {
	height: 30px;
}

#modulesuser1, #modulesuser3 {
	margin-left: 254px;
	width: 547px;
}

#maincontent {
	min-height: 50px;
}

#leftcolumn {
	width: 201px;
	
}



#leftcontent {
	width: 181px;
	background: url(../images/topleftbg.jpg) no-repeat top left #B6E3F6;
	min-height: 100px;
}

#leftcolumnfooter {
	
	width: 201px;
	background: url(../images/leftfooter.gif) no-repeat top left;
	height: 21px;
}

#centercontent {
	
	width: 700px;
	margin-top: -60px;
	padding-left: 50px;
}

#centertext {

	}
#footer {
	background: #000000;
	min-height: 171px;
	height: 171px;
}

#footercontent {
	background: #000000;
	margin-top: -20px;
	margin-bottom: 20px;
}

.maintextcolumnwide {
	
}

.header {
	background: url(../images/topbg.jpg) no-repeat;
	width: 955px;
	text-align: center;
}

.maintextcolumn {
	width: 70%;
	
}

#rightcolumn {
	width: 20%;
	
	padding: 0px 5%;
}

.clear {
	clear: both;
}
.Yellow_txt {
	color: #FAC21E;
}
.tan_txt {
	color: #CEAD79;
}

