/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
html {
	height: 100%;
}
.footer {
	font-family: "Trebuchet MS", Georgia, sans-serif, Helvetica, Arial;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration:none;
}
a.footer:hover {
	color: #000;
}
.leftblock {
	font-family: "Trebuchet MS", Georgia, sans-serif, Helvetica, Arial;
	font-size: 0.75em;
	display: block;
	padding: 5px;
}
.boldred {
	font-family: "Trebuchet MS", Georgia, sans-serif, Helvetica, Arial;
	color:#990000;
	font-weight:bold;
	font-size: 1.2em;
}
.bold{
	font-weight:bold;
	font-family: "Trebuchet MS", Georgia, sans-serif, Helvetica, Arial;
	font-size:0.75em;

}
.grey{
	font-family: "Trebuchet MS", Georgia, sans-serif, Helvetica, Arial;
	color:#990000;
	font-size:0.7em;
}
.boldblack {
	font-family: "Trebuchet MS", Georgia, sans-serif, Helvetica, Arial;
	color:#000000;
	font-weight:bold;
}
.search {
	font-family: "Trebuchet MS", Georgia, sans-serif, Helvetica, Arial;
	font-size: 0.75em;
	color:#000000;
}
.random {
	font-family: "Trebuchet MS", Georgia, sans-serif, Helvetica, Arial;
	font-size: 0.75em;
	color:#000000;
}
#container{
	width:775px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/back.jpg);
	background-repeat:repeat-y;
}
#footer {
background-image:url(images/templ_20.jpg);
height:38px;
width:775px;
margin-left:auto;
margin-right:auto;
vertical-align:middle;

clear:left;

}

#left {
width:264px;
float:left;
}


#right {
width:264px;
float:left;
}
#center {
width:247px;
float:left;
}
#header{
	position:relative;
	top:0px;
	width:775px;
	height:186px;
	float:left;
}
#big {
width:775px;
float:left;
background-color:#FFFFFF;
}
#details{
width:775px;
float:left;
background-image:url(images/back_d.jpg);
}
a.full{
	display:block;
	background-color:#900;
	color:#FFF;
	text-decoration:none;
	width:90px;
	text-align:center;
	border-right:dotted 1px;
	border-right-color:#000000;
}
a.full:hover{
	color:#000;
	background-color:#C00;
}