html, body, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, th, td {margin: 0; padding: 0; border: 0; outline: none;}

body {
	font: 62.5%/1.5 Arial, Helvetica, sans-serif;
}
html,body,#bg,#bg table,#bg td { background: #aea3b1; padding:0; margin:0; } /* 736275 */

ul, ol {
	list-style: none;
}

p, h1, h2, h3, h4, h5, form, button {border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}

.transparant {
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:.60;
}

.floatleft 	{ float: left; }
.floatright { float: right; }
.center 	{ text-align: center; }
.right      { text-align: right; }
.normal 	{ font-weight:normal; }
.bold 		{ font-weight:bold; }
.italic 	{ font-style:italic; }
.hidden 	{ display:none; }
.uppercase 	{ text-transform: uppercase }
.required	{ color: #C00; }

a:link      { color: #fff; text-decoration: underline; }
a:visited	{ font-style:italic; color: #fff; text-decoration: underline; }
a:hover     { color: #413742; text-decoration: underline; } /* 005da0 */
a:active    { outline: none; }

a.thickbox:link      { color: #413742; text-decoration: underline; }
a.thickbox:visited	 { color: #413742; text-decoration: underline; }
a.thickbox:hover     { color: #413742; text-decoration: underline; } /* 005da0 */
a.thickbox:active    { outline: none; }

a:link      { color: #413742; text-decoration: underline; }
a:visited	 { color: #413742; text-decoration: underline; }
a:hover     { color: #413742; text-decoration: underline; } /* 005da0 */
a:active    { outline: none; }

.padding10  { padding: 10px; }
.padding20  { padding: 20px; }

#main {
	position:relative;
	margin: 0px auto;
	width: 960px;
	background-image: url(../images/bk1.jpg);
	background-repeat: repeat-y;
}
#title h2 {
	font-size: 2.4em;
	line-height: 1.2em;
	color: #281E28;
	letter-spacing: 0.2em;
}
div.first {
	position:relative;
	width: 550px;
	top: 15px;
	padding: 0 10px;
	background-color: #7B6C80;
}
div.second {
	position:relative;
	bottom: 20px;
	float:right;
	width: 590px;
	padding: 0 10px;
	background-color: #69809A;
}

#logo a {
	display: block;
	overflow: hidden;
	text-indent: -3000px;
	margin: 0px auto;
	width: 664px;
	height: 166px;
	background:url(../images/logo.png) no-repeat;
}
#menu {
	position:relative;
	bottom: 8px;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:.80;	
}
#content {
	padding-top: 10px;
	color: #fff;
	font-weight:normal;
	font-size: 1.6em;
	margin: 0px auto;
    width: 960px;
}
#content h3 {
	text-align:center;
}
#content img {
	
}

#leftcol {
    float: left; 
	margin-left: 20px;
	text-align: left;
    width: 280px; 
}

#centercol {
    float: left;
	margin-left: 40px;
	margin-right: 40px;
	text-align: center;	    
    width: 280px; 
}

#rightcol {
    float: left; 
	margin-right: 20px;	   
	text-align: right;	
    width: 280px; 
}

#leftcol h1 {
	font-size: 1.8em;
	line-height: 1.2em; 
	text-align: left; 
}

#centercol h1 { 
	font-size: 1.8em;
	line-height: 1.2em; 
	text-align: center; 
}

#rightcol h1 { 
	font-size: 1.8em;
	line-height: 1.2em; 
	text-align: right; 
}

#leftcol h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 10px; 	 
	text-align: left; 
}

#centercol h2 { 
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 10px; 	 
	text-align: center; 
}

#rightcol h2 { 
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 10px; 
	text-align: right; 
}

