
* {
padding: 0px;
margin: 0px;
}

body {
margin: 0px;
background-image:url(images/bg1.jpg);
background-repeat: repeat-x;
text-align:center; 
background-color: #282828;
} 

body, div, table {
font-family: Arial; 
font-size:11px; 
color:#a5a5a5;
vertical-align: top;
}

#container {
	background-image: url(images/bgcontainer.jpg);
	margin: 0px auto;
	text-align: justify;
	width: 1028px;
}

#content { 
	width: 450px;
	float: left;
	margin-left: 30px;
	padding-top: 10px;
} 

#sidebar1 { 
	width: 235px; 
	float: left;
	margin-top: 0px;
	margin-left: 15px;
	padding: 3px;
	padding-bottom: 5px;

}

#sidebar2 { 
	width: 235px; 
	float: left;
	margin-top: 5px;
	margin-left: 30px;
	padding: 3px;
	padding-bottom: 5px;
}


#footer{
clear: left;
width: 100%;
color: #ffffff;
text-align: center;

}

.title {
font: bold 12px 'Georgia'; 
background-image: url(images/title.jpg);
text-transform: lowercase;
color: #b07575;
text-align: left;
padding-top: 5px;
padding-bottom: 6px;
padding-left: 6px;
margin-top: 8px;
border-bottom: 0px dotted #000000;
 
}

.meta {
color: #4c4c4c;
font: normal 9px 'Verdana'; 
text-transform: none;
text-align: right;
padding-top: 0px;
padding-right: 20px;
padding-bottom: 10px;
}

.comments {
background-color: #1a1a1a;
color: #989898;
padding: 5px;
-moz-border-radius: 5px;
}

h1 {
color: #ce7672;
font: normal 12px 'Georgia';
background: #1f1f1f; 
text-transform: uppercase;
text-align: center;
padding: 3px;
margin-bottom: 8px;
margin-top: 8px;
}

h2 {
color: #e3c7c7;
border-bottom: 1px;
border-bottom-color: #000000;
background: #000000;
font: normal 11px 'verdana'; 
text-transform: capitalize;
text-align: left;
padding: 5px;
}

/* Extras */
 
a {
cursor: default; 
text-transform: none; 
font-weight: bold; 
text-decoration:none; }  

a:link, a:visited {color:#bfa3a3;}
a:hover{ color:#a67171; text-decoration:none; }
a:active { color:#bfa3a3;}


blockquote {
	font: normal 11px verdana;
	font-style:italic;
	background: #0a0a0a;
	width: auto;
	text-align: justify;
	color: #e8d2d2;
	border: 0px #cfd6bc dashed;
	padding: 10px;
	padding-left: 10px;
	margin: 10px;

}


textarea, input, select, button, submit {
	border: 0px;
	color: #ffffff;
	background: #262626;
	font: normal 10px Tahoma;
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 5px;}

img {
       border: 0px;
}

a img{
        background-color: #0b0b0b;
        border:1px solid #b58989;
        margin: 3px;
        padding: 4px;
       filter:alpha(opacity=70);
       -moz-opacity:0.6;
} 

a:hover img {
        background-color: #282828;
        border:1px solid #b06565;
        margin: 3px;
        padding: 4px;
       filter:alpha(opacity=90);
       -moz-opacity:1;
}

a img#link  {
        margin: 0px;
        padding: 0px;
        BORDER: 0px;
        background: transparent;
}
a:hover img#link {
        margin: 0px;
        padding: 0px;
        BORDER: 0px;
        background: transparent;
}

b { color: #684d4d;}

i { color: #ffffff; }

u { color: #b45656; }

s { color: #000000; font-style: italic;}


UL {PADDING-LEFT: 20px; PADDING-TOP: 10px; PADDING-BOTTOM: 10px;}


.clearing {
clear:both;
}