body {
    margin: 0; padding: 0;
    color: #dea;
    font-family: "Lucida Grande","Lucida Sans","Trebuchet MS",Arial,sans-serif;
    font-size: 110%;
}
a img
{
border:0;
}

form{
	margin:0;
	padding:0;
}
#sorry
{
	color:#ddd;
	margin:8px;
}
#sorry img
{
	vertical-align:middle;
}
#top {
  background: url('../images/topBG.gif') top repeat-x;
  text-align: center;
}
#header_image{
	border:0;
	display: block;
  margin: 0 auto 0 auto;
}

#tabs{
	background: url('../images/tabsBG.gif') bottom repeat-x;
	text-align:center;
	bottom:0;
	height:34px;
	overflow:hidden;
}
#tabs img{
	border:0;
}

#plugin img{ behavior: url(iepngfix.htc) }
#plugin div{ behavior: url(iepngfix.htc) }
#preview_refresher{ behavior: url(iepngfix.htc) }


h1 {
    margin: 0; padding: 0;            
}

ul {
    list-style: none;
}

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

a {
	color: #66d;
}

#middle {
    text-align: center;
    border: 2px solid #cbdc86;
    border-width: 2px 0 2px 0;
    background: url('../images/middleBG.gif') top repeat-x black;  
}


#footerContainer {
    padding: 20px 0;
    text-align: center;
    font-size: 80%;
    background: url('../images/footerBG.gif') top repeat-x white;
}



#footer {
    margin: 0 auto 0 auto;
    padding: 0 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;
	color:white;
	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:3px;
	right:10px;
	font-size:12px;
	color: #555;
}
/* user photo */

.avatar
{
	padding:5px;
	float:left;
	/*background:url("../images/avatar_bg.png");*/
	background:url('../images/user_bg.png');
}
.avatar img
{
	margin:0;
	border:1px solid #991;
	display:block;
	clear:both;
}

#adv
{
	position:absolute;
	left: -190px;
	top: 7px;
}

#adv img
{
	border:0;
}
#right_adv
{
	position:absolute;
	left: 590px;
	top: 55px;
}

#right_adv img
{
	border:0;
}

#title
{
	margin:auto;
	width:580px;
	height:144px;
	position:relative;
}


/* 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;
}

#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;
	line-height:16px;
}
#fs_preview_opener img
{
	vertical-align:middle;
}