body {
    margin: 0; padding: 0;
    color:#988;
    /*font-family: "Lucida Grande","Lucida Sans","Trebuchet MS",Arial,sans-serif;*/
    
    font-family: Georgia, "Times New Roman", serif;
    font-size: 110%;
    background: #374257;
}

form{
	margin:0;
	padding:0;
}

img {
	border: none;
}
#sorry
{
	color:#944;
}
#sorry img
{
	vertical-align:middle;
}
#page
{
	width:803px;
	margin:0 auto 0 auto;
	background: url('../images/body_bg.gif');
}
#page_bottom
{
	position:relative;
	left:-1px;
	width:100%;
	height:205px;
	background:url('../images/perga_bottom.jpg') no-repeat top center;
}

#top {
  background: url('../images/topBG.gif') top repeat-x;
  position:relative;
}
#advertise
{
	position:absolute;
	top:40px;
	left:590px;
	
}
#advertise img
{
	border:0;
	vertical-align:top;
}
#title
{
	height:124px;
}
#main_links
{
	text-align: center;
	width: 100%;
	background:url('../images/horiz_sep.gif');
	height:27px;	
	font-family: "Times New Roman", Serif;
	font-variant: small-caps;
	color: #705551;
	font-size: 24px;
}

#main_links a
{
	color: #fffffc;
	padding: 5px 13px 0 13px;
	text-decoration: none;
}

h1 {
    margin: 0; padding: 0;            
}

ul {
    list-style: none;
}

em {
    color: #994;
    font-style: normal;
}

a {
	color: #66d;
}

#middle {
    text-align: center;
}

#footer {
  font-size:80%;
  margin: 0 auto 0 auto;
  padding: 20px 0 0 60px;
  color: #999;
  width: 750px;
  text-align: justify;
}

.aFooterCol {
    width: 220px;
	padding: 4px;
    float: left;
    display: block;
}


.clearer{
	clear:both;
	margin:0;
	padding:0;
}


.design_link {
	font-weight:bold;
	margin-left:16px;
}

#bookmark_links {
	margin-bottom:4px;
	font-size:80%;
}
#bookmark_links a{
	text-decoration:none;
}

.code {
	border:1px dashed #999;
	padding:4px;
	margin:4px;
	background:#efefef;
	color:#c1654c;
	font-family: Courier New;
}

/* login */

#login
{
	position:absolute;
	top:15px;
	width: 800px;
	text-align: right;
	font-size:12px;
	color: #555;
}
/* user photo */

.avatar
{
	padding:4px;
	margin: 0 4px 4px 0;
	float:left;
	background:url("../images/avatar_bg.gif");*/

}
.avatar img
{
	margin:0;
	border:1px solid #991;
	display:block;
	clear:both;
}

#adv
{
	position:absolute;
	left: -135px;
	top:35px;
}

#adv img
{
	border:0;
}


/* corners */

.corner_tr
{
	position:absolute;
	top:0;
	right:0;
}
.corner_tl
{
	position:absolute;
	top:0;
	left:0;
}
.corner_br
{
	position:absolute;
	bottom:0;
	right:0;
}
.corner_bl
{
	position:absolute;
	bottom:0;
	left:0;
}

#tag_cloud .corner_bl, #tag_cloud .corner_br
{
	_bottom:-1px;
}


#credits {
	text-align: center;
	color: #500;
	font-size: 80%;
}

#credits p {
	margin: 0;
	padding: 10px;
}

#fs_preview
{
	font-family: Georgia, serif;
	color: #944;
	
	z-index:2000;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
}
#fs_preview_closer
{
	position:relative;
	top:200px;
	padding:20px;
	background: #ede7d9;
	color: #944;
	border:2px solid #944;
}
#fs_preview_opener
{
	font-size:70%;
	color:red;
	cursor:pointer;
}