@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
#wrapper {
	background-color: #ffffff;
	text-align: left;
	width: 620px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 620px; 
	height: 80px;
	/* background-image: url(../img/logo.jpg) no-repeat; */
	color: #000000; 
	padding-top: 10px;
	font-family: arial, verdana, helvetica, sans-serif;
	/*font-size: 50px;*/
	text-align: left;
	position: relative;
}
#header h1 {
	margin-top: 12px;
	margin-left: 10px;
	font-size: 16px;
}
#header #description {
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 10px;
	margin-top: 5px;
	font-family: arial, verdana, helvetica, sans-serif;
	letter-spacing: 1px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	border-width: thin; 
	color: #C30;
	font-size: 14px;
}
#header h2 {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 14px;
}
#header h2 a {
	text-decoration: none;
}
#header h2 a:hover {
	text-decoration: underline;
}

#side {
	width: 120px;
	background: #000000 url(../img/cr_bottom.jpg) no-repeat bottom center;
	color: #ffffff;
	padding-bottom: 10px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	position: relative;
	float: right;
}
ul.menu {
	list-style: none;
	background: url(../img/cr_top.jpg) center top no-repeat;
	padding-top: 8px;
	margin: 0;
}
ul.menu li {
	margin: 0;
	padding: 5px 16px;
	background: url(../img/bullet.jpg) 2px 4px no-repeat;
}
ul.menu li a {
	color: #fff;
	text-decoration: none;
}
ul.menu li a:hover {
	text-decoration: underline;
}
ul.links {
	list-style: none;
	padding-top: 8px;
	margin: 0;
}
ul.links li {
	margin: 0;
	padding: 5px 16px;
	background: url(../img/bullet.jpg) 2px 4px no-repeat;
}
ul.links li a {
	color: #fff;
	text-decoration: none;
}
ul.links li a:hover {
	text-decoration: underline;
}

#main-content {
	width: 480px;
	float: left;
}
.content {
	width: 480px;
	background: #000000 url(../img/c_bottom.jpg) no-repeat bottom center;
	color: #ffffff;
	padding-bottom: 5px; 
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	float: left;
	line-height: 16px;
	margin-bottom: 10px;
}
.content p {
	margin: 0.5em 1em;
}
h2.title ,
h3.title {
	font-size: 16px;
	color: #FFDD00;
	width: 460px;
	height: 8px;
	margin: 0 auto;
	background: transparent url(../img/c_top.jpg) center top no-repeat;
	display: block;
	padding: 8px 10px;
}
.title a{
	color: #FFDD00;
}
.content p a{
	color: #FFDD00;
}

#footer {
	clear: both;
	font-size: small;
	text-align: right;
}
#footer p {}

