@charset "utf-8";

* {
margin: 0;
padding: 0;
}

body {
background-color: #333;
background-position: top center;
background-attachment: fixed;
background-repeat: no-repeat;
color: #FFF;
font-family: "Century Gothic", Tahoma, Verdana, sans-serif, Arial;
font-size: 14px;
}
img {border:none;}
#clear {
clear: both;
}

#wrapper {
background: url(../images/main-background.png) repeat-y;
behavior:url(iefixScale.htc);
margin: 0 auto;
width: 900px;
}

#center {
padding: 15px 25px 50px 25px;
}

#header {
	height: 100px;
padding: 0px 0 0 0;
text-align: right;
font-family:Tahoma, Verdana, sans-serif, Arial;
font-size: 13px;
}

#header a {
color: #fff;
padding: 0 10px 0 10px;
text-decoration: none;
}

#header a:hover {
color: #F0C;
}

#header a.no-right {
padding: 0;
}

#header a.ovr {
color: #fa1892;
}

#header a.right-ovr {
color: #fff;
padding: 0;
}



#left {
float: left;
padding: 0px 20px 10px 0;
width: 620px;
border-right:1px solid #fa1892;
margin-top:10px;
text-align:justify;
}
#leftd {
padding: 0px 20px 10px 0;
width: 620px;
border-right:1px solid #fa1892;
margin-top:10px;
text-align:justify;
}


#right {
float: right;
line-height: 150%;
margin: 0px 0 0 0;
width: 190px;

}

#right li {
list-style: none;
background: url(../images/link-out.png) no-repeat left center;
padding: 3px 0 3px 0px;
}

#right li:hover {
background: url(../images/link-out-ovr.png) no-repeat left center;
}

#right dl dd div span  {
	font-size:12px;
	
	
	}

#comments {
border-bottom: solid #fff 1px;
border-top: solid #fff 1px;
color: #fff;
margin: 0 0 20px 0;
padding: 10px 0 10px 0;
}

#comments a {
color: #ccc;
}

#copyright {
border-bottom: solid #2a2a2a 1px;
border-top: solid #2a2a2a 1px;
margin: 20px 0 0 0;
padding: 10px 0 10px 0;
font-size:11px;
text-align:center;
}

/* Text */

p {
text-align: justify;
line-height: 160%;
padding: 0 0 15px 0;
}

h1 { 
border-bottom: solid #ccc 1px;
color:#fa1892;
font-family:'Century Gothic', Tahoma, Verdana, sans-serif, Arial; font-size:18px; font-weight:normal; text-align:center;
margin: 0 0 10px 0;
padding: 0 0 5px 0;
}
h1 span i {font-size:11px; font-style:normal;}
h2 { 
border-bottom: solid #fff 1px;
font-family:'Century Gothic', Tahoma, Verdana, sans-serif, Arial; font-size:15px; font-weight:normal; text-align:center;
color:#fa1892;
width:50%;
margin: 0 0 10px 0;
padding: 0 0 5px 0;
}

h2 a { color:#fa1892; text-decoration:none;}
h2 a:hover { color: #06F; text-decoration:none;}

h3 { 
color: #ccc;
font-size: 16px;
font-style: italic;
font-weight: normal;
padding: 0 0 5px 0;
color:#06F;
text-align:center;
}

h4 { /* Dark gray date */
color: #fff;
font-size: 11px;
letter-spacing: .05em;
}


.menu-small-text {
color: #fff;
font-size: 10px;
letter-spacing: .05em;
padding: 10px 0 0 0;
text-align: right;
}

a {
color: #ccc;
position: relative;
text-decoration: none;
z-index: 999;
}

a:hover {
color:#fa1892;
text-decoration: none;
}

p.no-left {
text-align: left;
}

.left {
float: left;
}

.right {
float: right;
}


.highlight img {
border: solid #2a2a2a 1px;
margin: 0 0 5px 0;
}

.highlight:hover img {
border: solid #aaa 1px;
margin: 0 0 5px 0;
}

.menu  {text-align:left;}
