body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #646464;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(./images/1.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
    
}

#header {
	background-repeat:no-repeat;
	width: 955px;
    height:215px;
    position:relative;
    border-bottom: 1px solid #ececec;
    left: 13px;
    right: 0px;
}

#header h1 {
	margin: 0;
    padding: 0;
    font-weight:bold;
    color: #cb352d;
    font-size: 220%;
    position:absolute;
    bottom: 1em;
    right: 0;
}

#header h2 {
	margin: 0;
    padding: 0;
    font-family: Book Antiqua, Times New Roman, Serif;
    font-weight:normal;
    font-style: italic;
    color: #000060;
    font-size: 120%;
    position:absolute;
    bottom: 4px;
    right: 0;
}

#content {
	float:right;
    width: 710px;
	padding: 0 13px 0 0;
	margin-bottom: 24px;
	margin-left: 25px;
	margin-right: 15px;
	margin-top: 10px;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
}
#content h2 {
	margin: 10px 0 0 0;
    padding: 0;
    font-weight:normal;
    color: #000060;
    font-size: 120%;
}
#content ul {
	list-style-image:url(./images/li.gif);
	font-size: 80%;
	margin: 1em 0 0 4em;
	padding: 0;
	border: none;
}

#content ol {
	font-size: 80%;
	margin: 1em 0 0 4em;
	padding: 0;
	border: none;
}


#navigation {
	float:left;
	width: 189px;
	padding: 0 13px 0 13px;
	margin-bottom: 24px;
	
}
#navigation h2 {
	margin: 10px 0 0 0;
    padding: 0;
    font-weight:normal;
    color: #000060;
    font-size: 120%;
}
#navigation ul {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}

#navigation li {
}

#navigation a:link, #navigation a:visited {
	color: #cb352d;
	font-size: 90%;
	font-weight:bold;
    background-color:transparent;
    display:block;
    border-bottom: 1px solid #999;
    padding: 1em 0 0.2em 0;
    text-decoration:none;
}

#navigation a:hover {
	color: #999;
	font-size: 90%;
	font-weight:bold;
}


#footer {
	clear:both;
	background-image: url(./images/marble.jpg);
	font-size: 80%;
	padding-top: 1em;
    text-align:center;
    color: #484848;
    background-color: transparent;
}

img {
	margin: 10px 20px 10px 20px;
}
