body {
    margin:auto;
    text-align:center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #716212;
    background: url(pix/bg.jpg) repeat #FFF;
}
#container {
    width:753px;
    position: relative;
    display:block;
    margin:0px auto;
    background: url(pix/border-bg2.jpg) repeat-y #FFF;
    border-bottom: 1px solid #CCC;
}
#header {
	height: 130px;
	background: url(pix/header_bg.jpg) repeat-x #FFF;
        border-bottom: 1px solid #716212;
}
#header .inner {
	width:751px;
	height: 130px;
	margin: 0 auto;
}
#header .inner .logo {
	float:left;
	margin:30px 0 0 45px;
	width:294px;
	height:75px;
	border:0px;
}
#header .inner p {
        float:right;
        margin: 80px 10px 0 0;
        font-size:14px;
        text-align:right;
}
#topmenu {
	background: white;
	width: 505px;
	margin-left: 235px;
	height: 15px;
	padding: 2px 2px;
}
#topmenu ul {
	padding:0px;
	margin:0px;
	color: white;
}
#topmenu li {
	list-style:none;
	background: white;
    float:left;
    display: inline;
}
#topmenu li a {
	font-weight:normal;
	background: white;
        padding: 2px 9px;
	color: #716212;
	border-bottom: 1px solid #a33b88;
}
#topmenu li a:hover {
	background: #f6e281;
	list-style:none;
        padding: 2px 9px;
	color: #000;
}
#leftmenu {
    background: white;
    clear:none;
    float:left;
    text-align:left;
    margin-top:-5px;
    font-size: 12px;
    margin-left:7px;
    border-right: solid 1px #a33b88;
    width: 200px;   
}
#leftmenu p {
    margin-top:-14px;
} 
#leftmenu ul {
	list-style:none;
	padding:0px;
	margin:0px;
	color: #716212;
}
#leftmenu li {
	list-style:none;
	border-bottom: solid 1px #a33b88;
        line-height:14px;
	color: white;
}
#leftmenu a{
	list-style:none;
	font-weight:normal;
        display:block;
	padding: 3px 5px;
	color: #716212;
}
#leftmenu ul li a:hover {
	background: #716212;
	list-style:none;
        padding: 3px 5px;
	color: white;
}
a {
        font-weight: bold;
        color: #993;
        text-decoration: none;
}
a:hover {
        font-weight: bold;
        color: #660;
        text-decoration: none;
}
#content {
        text-align: left;
        padding: 8px;
        position: relative;
        clear: none;
        width: 525px;
        float:left;
}
#content p {
	color:;
}
#content .title, h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: bold;
        color: #a33b88;
        text-align: center;
}
#content .subtitle, h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-style:italic;
        font-weight: bold;
        color: #399;
        text-align: left;
}
.line1 {
        color: #000;
}
.line2 {
        color: #FFCC66;
}
#bottom {
        font-size: 12px;
        color: #a33b88;
        text-align:center;
        clear:both;
        width: 760px;
}
#footer {
        clear:both;
        text-align:center;
        padding:7px;
}
#footer img {
        padding-top:3px;
}
#footer a {
        text-decoration:none;
        font-weight:normal;
        font-size: 10px;
}
#footer p {
		font-weight:normal;
        font-size: 10px;
}
#edit a {
        font-size: 11px;
        font-weight: bold;
        color: #FFF;
}
#edit a:hover {
        font-size: 11px;
        font-weight: bold;
        color: #FC6;
}

