@charset "utf-8";
/* CSS Document */
body 
{
    padding:0;
    margin:0;
    background:#e7e2c3 url("../images/bg.jpg") repeat center top;
}
#sitemain 
{
    position:relative;
    clear:both;
    width:960px;
    background-color:transparent;
    font-size:12px;
    margin:auto;
	font-family:Arial, Helvetica, sans-serif;
}
#info
{
    
    width:900px;
	padding-left:18px;
    
}
#header 
{
    position:relative;
    clear:both;
    width:100%;
    background:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:330px;
    font-size:12px;
    margin:0 auto;
}
.bold{
	font-weight:bold;}
	.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.typography img {
	margin:15px;
	margin-top:0px;
	margin-left:0px;
}
	

