body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family:"Lucida Sans Unicode",sans-serif;
	font-size: 13px;
	/*color: #666666;*/
	color:#000000;
}
img{
	border:none;
}

blockquote {
	font-style: italic;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img09.gif) repeat-x left bottom;
	font-size: 150%;
	font-weight: normal;
	color: #135293;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

.orange {
	margin: 20px 30px;
	background: #FF9523 url(images/img10.gif) repeat-x;
	color: #FFFFFF;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 170px;
	background: #FFFFFF url(images/img02.gif) repeat-y right top;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 {
	padding: 140px 0 0 0;
	background: url(images/logo.jpg) no-repeat center center;
	font-size: 36px;
}

#logo h2 {
	font-size: 14px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu */

#menu {
	padding: 10px;
	background: #85C329 url(images/img04.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 5px 0;
	background: url(images/img05.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
}
#menu li:hover{
	background-color:#88D032;
}

#menu a:hover{
	text-decoration: underline;
}


#news hr{
	border:none;
}
#news {
	padding: 20px;
	background: url(images/img06.gif) repeat-x;
	color:#FFF;
}
#news a{
	color:#FFF;
	text-decoration:none;
}
#news a:hover{
	color:#AFFDFF;
	text-decoration:underline;
}


/* Content */

#content {
	float: right;
	width: 610px;
}

/* Footer */

#footer {
	width: 850px;
	height: 120px;
	margin: 0 auto;
	background: url(images/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(images/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 610px;
	height: 45px;
	padding: 15px 0 0 10px;
}
.r_title{
	font-size:20px;
	color:#DF1A2E;
	font-weight:bold;
	
}
.r_desc{
	font-size:12px;
	/*color:#4096EE;*/
	height:90px;
}
.r_was{
	font-size:14px;
	color:#FF0000;
	text-decoration: line-through;
	font-weight:bold;
}
.r_now{
	font-size:14px;
	color:#AAC554;
	font-weight:bold;
}
#frame_view{
	display:none;
	position:absolute;
	width:420px;
	height:450px;
	background-color:#FFFFFF;
	border:1px solid #333333;
	
	top:0;
	left:35%;
	/*-moz-opacity:0.85;
	filter:alpha(opacity=85;*/
}
textarea{
	font-family:Verdana;
	font-size:12px;
}

input{
	font-family:Verdana;
	font-size:10px;
}
#content li{
list-style-image: url("./images/tick.gif");
list-style-type: circle
}

