html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a { text-decoration: none; }
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* main CSS */

body	{
	margin: 0px;
  padding: 0px;
  background: #FFFFFF url(../images/bg_main.jpg) repeat-x;
}
				
img {	border:0 }

#container {
	width: 766px;
	height: 442px;
  margin: 0 auto;
  font-family: Georgia;
  font-size: 14px;
  color: #8a846a;
  line-height: 20px;
}

#container a:link {
	color: #cd6850;
 	text-decoration: none;
}
 
#container a:visited {
	color: #cd6850;
 	text-decoration: none;
}
 
#container a:hover {
 	color: #cd6850;
 	text-decoration: none;
}
 
#container a:active {
	color: #cd6850;
 	text-decoration: none;
}

#floatbox {
  width:373px;
  height:566px;
  background: #FFFFFF url(../images/floatbg.jpg) no-repeat;
  float:right;
  margin:0px;
  padding:0px;
}

#box1 {
  width:393px;
  height:360px;
  background: #FFFFFF url(../images/topic.jpg) no-repeat;
  margin:0px;
  padding:0px;
}

#box2 {
  width:393px;
  height:73px;
  margin:0px;
  padding:0px;
}

#footer {
	width: 745px;
	height: 49px;
  margin:20px 0px 0px 0px;
  font-family: Verdana;
  font-size: 11px;
  color: #c3a26e;
  text-align:center;
  background: #EEE9D5 url(../images/footer.jpg) no-repeat;
}

#footer a:link {
	color: #c3a26e;
 	text-decoration: none;
}
 
#footer a:visited {
	color: #c3a26e;
 	text-decoration: none;
}
 
#footer a:hover {
 	color: #cd6850;
 	text-decoration: underline;
}
 
#footer a:active {
	color: #c3a26e;
 	text-decoration: none;
}

.slideshow { height: 330px; width: 305px; margin: 158px 0px 0px 29px }
.slideshow img { padding: 0px; border: 0px solid #ccc; background-color: #eee; }

#search_form {display: none;}
#search {display: none;}