body {
background-image:url(../images/background.gif);
	margin:0;
}


a:link
{
color:#CEAD48;
text-decoration:none;
}

a:visited
{
color:#CEAD48;
text-decoration:none;
}

a:active
{
color:#FFFF66;
text-decoration:none;
}

a:hover
{
color:#FFFF66;
text-decoration:none;
}


#wrapper {
	width:950px;
	height:auto;
	margin:0 auto 0 auto;
	padding:0;
	background-color:#000000;
}

#header {
	width:950px;
	height:105px;
}

#contents {
    width:900px;
	height:auto;
	margin:0 auto 0 auto;
}

.photo_right{
    width:auto;
    height:auto;
	margin-bottom:5px;
	margin-left:5px;
    float:right;
}

.photo_left{
    width:auto;
    height:auto;
	margin-bottom:5px;
	margin-right:5px;
    float:left;
}

.details{
    width:865px;
	height:auto;
	background-image:url(../images/detail_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:20px;
	margin-right:20px;
    line-height:120%;
	font-size:14px;
	color:#cccccc;
	clear:both;
}

.topic{
width:900px;
height:40px;
margin-top:15px;
margin-bottom:10px;
clear:both;
}

#menu{
width:890px; 
height:35px;
margin-top:15px;
background-image:url(../images/h_bg.gif);
text-align:right;
font-size:12px;
padding- left:10px;
padding-top:5px;
clear:both;
}

#footer{
width:950px;
height:auto;
margin-top:20px;
margin-bottom:10px;
font-size:14px;
color:#cccccc;
margin:0 auto 0 auto;
}

#counter {
    color:#ffffff;
	font-size: 10px;
	text-align:right;
}

p { 
    margin-top:0;
	margin-bottom:0;
}



