* {
    padding: 0;
    margin: 0;
} 

body {
    margin:0;
    padding: 0;
    color: #444;
    font: 13px Arial, Verdana, Tahoma, sans-serif;
    line-height: 17px;

    background-color: #6a0000;
	background-image: url('images/site-bg.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

div {
    margin:0;
    padding:0;
}

img {
    border:none;
}

table tr td {
    border:1px solid #999999;
}
.clear {
    clear:both;
}


#site-wrapper {
    background-color: #fff;
	margin: 20px auto;
	width: 950px;
}

#site-lt-corner {
    background-image: url('images/site-lt-corner.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#site-rt-corner {
    background-image: url('images/site-rt-corner.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

#site-lb-corner {
    background-image: url('images/site-lb-corner.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#site-rb-corner {
    background-image: url('images/site-rb-corner.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#site-container {
	min-height: 450px;
	padding: 20px;
}

#header {
    padding: 15px 30px 45px 30px;
    background-image: url('images/site-line.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}



#wrapper {
    width:970px;
    overflow:hidden;
    margin:0 auto;
}

#top {
    background: #fbeec7 url(images/top.jpg) no-repeat;
    width:970px;
    height:20px;
}

#content {
    overflow:hidden;
}

#headermenu {
    background:#3B8FE9 url(images/menubg.jpg) repeat-x scroll 0%;
    height:60px;
    line-height:60px;
    margin-right:40px;
}

.headerm {
    font-weight:100;
    padding:-10pt;
    text-transform:uppercase;
}

.logo {
	margin-top:-30px;
	margin-left:-30px;
}

.left {
    width:190px;
    float:left;
    margin-top:10px;
}

.right {
    width:700px;
    float:right;
    margin-top:10px;
}

.right-row1, .right-row2 {
    width:700px;
}

.right-row1-col1 {
    width:400px;
    float:left;
}

.right-row1-col2 {
    width:280px;
    float:right;
}

.right-row2-col {
    width: 220px;
    float:left;
    margin-top:10px;
	margin-right: 18px;
}
#last {
    margin-right:0px;

}


.col-bg {
    background: #ffffff;
    border-left: 1px solid #fbeec7;
    border-right: 1px solid #fbeec7;
    padding-left:10px;
    margin-top:-5px;
}

.col-bottom {
    background-image:url(images/box-bg.jpg);
    width:220px;
    height:40px;
}



#bottom {
    background: #fbeec7 url(images/bottom.jpg) no-repeat;
    width:970px;
    height:20px;
}

#footer {
    color:#cccccc;
    margin: 10px 0;
    text-align:center;
}

/*** fonts in left part ***/

a:link, a:visited, a:active {
    text-decoration:none;
    color:#2A84E5;
}

a:hover {
    text-decoration:none;
    color:#000000;
}

.left h2 {
    margin-top: 10px;
    font: bold 14px Arial, Sans-serif;
	text-transform: uppercase;
    line-height: 30px;  
    background-color: #8B0000;
    height: 30px;
    color: #fff;
    padding-left: 10px;
}

.left ul  {
    color: #aaa;
    text-align: left;
    margin: 3px 0 8px 0; 
    padding-left: 10px;
    text-decoration: none;  
    list-style-type:none; 
}

.left ul li {
    padding: 2px 0 2px 0px;
    margin: 0 2px;  
}

.left ul a {
    font-weight: bold;
    color: #2A84E5;
}

.left ul a:hover {
    color: #333333;
}

/*** fonts in right part ***/

.right h2 {
    font: bold 14px Arial, Sans-serif;
    color: #fff;
    background-color: #8B0000;
    margin-bottom: 5px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
	text-transform: uppercase;
}
.right h3 a {
    font: bold 14px Arial, Sans-serif;
    color: #000;
	text-transform: uppercase;
}

.right h2 a:link, .right h2 a:active, .right h2 a:visited {
    color: #fff;
}

.right h2 a:hover {
    color: #000;
}




/*** footer ***/

#footer a {
    color: #ccc;
    text-decoration: none;

}

#footer  a:hover {
    color: #fff;
}


/***** EXTRA PAGE *****/

.extra-title {
	margin: 30px;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}
.extra-logo {
	float: left;
	clear: left;
	margin-left: 30px;
}
.extra-text {
	margin-left: 160px;
	margin-right: 30px;
	margin-bottom: 30px;
	line-height: 18px;
}
.extra-undersign {
    margin-top: 5px;
}
.extra-space {
	height: 30px;
}




