* {
	margin: 0;
	padding: 0px;

}

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
text-decoration: underline;
color: #CF9F5A;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
	height: 100px;
	background: #ffffff url(images/header.jpg) no-repeat;
	margin-left: 0px;
}
#header h1 {
	font-size: 28px;
	letter-spacing: 0px;
	padding: 29px 0 0 20px;
	color: #423021;
	margin-left: 80px;
	font-weight: bolder;
	margin-top: 10px;
}
#header h1 a {
	color: #423021;
	text-decoration: none;
	font-weight: 120;
	letter-spacing: 1px;
}
#header h1 a:hover {
	color: #423021;
}
#header h2 {
	font-size: 19px;
	color: #673090;
	padding: 5px 0 0 20px;
	letter-spacing: 1px;
	font-weight: 100;
	border-top-width: thin;
	margin-left: 80px;
}

#menu {
height: 30px;
line-height: 30px;
background: #ffffff url(images/menu.jpg) no-repeat;
width: 100%;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 14px;
}
#menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#content {
background: #FFFFFF url(images/content.jpg) repeat-y;
padding: 0 20px 20px 20px;
}

.right {
float: right;
width: 580px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
	font-size: 18px;
	font-weight: 100;
	padding: 0px;
}
.right h2 a {
	text-decoration: none;
	color: #222222;
}
.right h2 a:hover {

}

.left {
	float: left;
	width: 160px;
	padding-top: 0px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}
.left h2 {
	padding-left: 10px;
	height: auto;
	line-height: 24px;
	background: #92298d;
	color: #FFFFFF;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.left ul {
	padding: 10px 0 15px 10px;
	list-style-type: none;
}
.left ul li a {
	text-decoration: none;
	font-weight: 600;
	color: #222222;
}
.left ul li a:hover {

}

#bottom {
background: #ffffff url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
font-size: 11px;
color: #ffffff;
}
#footer a { color: #ffffff; }
.rm {
	padding: 10px;
}

