/*	LAYOUT	*/
body 
{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0px;
	line-height:16px;
	text-transform:lowercase;
	background-image:url(img/bg.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	text-align: justify;
}
#footer{
bottom:0px;
height:24px;
}

#sidebar 
{
	float:left;
	position:relative;
	width:155px;
	text-align:left;
	left:180px;
}

#content 
{
	float:left;
	left:150px;
	position: relative;
}
#header
{ 
	position:relative; 
	height:160px; 
}

#search 
{
	background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border-width: 1px;
	border-style: solid;
	border-color: #0E5C90;
}

#commentform
{
width:450px;
}
.comarea
{
width:450px;
}

#mainframe
{

}

/*	TYPOFACE	*/
p 
{
	color:#000;
	padding-left:2px;
	padding-right:2px;
	background-image:url(img/font_bg.png);
}

h4 
{
color:#FFFFFF;
font-weight:bold;
}

small 
{
color:#000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:9px;
line-height:16px;
text-align:left;
letter-spacing:1px;
text-transform:lowercase;
background-color:#ffffBB;
}
embed {
display:block;
margin:auto;
}
a:link{
color:#DD0033;
text-decoration:none;
}
a:visited{
color:#DD0033;
text-decoration:none;
}
a:hover{
color:#0E5C90;
text-decoration:underline;
}

#a_link:link {
background:#FFFF00 none repeat scroll 0%;
color:#000000;
text-decoration:none;
}
#a_link:visited {
background:#FFFF00 none repeat scroll 0%;
color:#000000;
text-decoration:none;
}
#a_link:hover {
background:#FF0000 none repeat scroll 0%;
color:#000000;
text-decoration:underline;
}

code {
color:#000;
font-size:12px;
}
.aut_1 {
color:#66FF00;
font-family:"Courier New";
}
.aut_2 {
color:#00FFFF;
font-family:"Courier New";
}
/* IMG 	*/

img
{
border:1px solid #0E5C90;
}
.headlines,.wp-smiley
{
border:0px;
}
::selection 
{
	background:#0E5C90;
	color:#FFF
	
}
a::selection 
{
	background:#0E5C90;
	
}
::-moz-selection 
{
	background:#0E5C90;
	color:#FFF;
}
a::-moz-selection 
{
	background:#0E5C90;

}