
html 
{
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

body   
{
height: 100%;
margin: 0;
padding: 0; 
}




#centered 
{
z-index: 10; 
display: block;
border: 0;
height: 50%;
width: 30%;
position: absolute;
left: 6%;
top: 2%;
}
      






body
{
	/*background: url(img/tausta.jpg) no-repeat #e3e3e3;
	background: url(backgrounds/rotate.php) no-repeat #000000; */
   font-size: 13px;
}

p, blockquote, li, h3
{
	font-family: Georgia, Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
	padding-left: 180px;
	padding-right: 10px;
	background-color:  #ffffff;
}


ul {
   list-style-type: circle;
}

ul li {
   padding-left: 2px;
}

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}


#header
{
   text-align: left;
   margin-bottom: 6px;
}

a {text-decoration:none;}
a:hover, a:hover {text-decoration:none;}

#container
{
	
	width: 600px;
	\width: 612px;
	w\idth: 600px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
   	padding: 0;
   	background-color:  #ffffff;
	
}





#wrap
{
   margin: -5px 0;
   padding: 0 20px;
}

#ctop
{
   height: 18px;
   background: url(img/topbg.jpg) top center no-repeat #ffffff;
}
#cbottom
{
   height: 25px;
   vertical-align: bottom;
   text-align: right;
   background: url(img/bottombg.jpg) top center no-repeat #ffffff;
}
#copywrap
{
   padding-right: 24px;
}

#content
{
   color: #5e5e5e;
}

#sidebar-2
{
	float: right;
}





#foot
{
	clear: both;
	margin-top: 5px;
	text-align: center;
}

a
{
	color: black;
	text-decoration: none;
	}

h1
{
	font-weight: normal;
	text-decoration:none;
	font-family: Georgia, Times, Serif;
	font-size: 3em;
   margin: 0;
}

#head h2
{
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: .8em;
   margin-top: -2px;
   margin-bottom: 0;
   color: #A58383;
}

#content h3
{
	font-weight: normal;
}






#content hr
{
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
}








/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Content Stylin! */

img.right_inset {
   float: right;
   margin: 10px;
   border: 3px double #7E2C2C;
   border-right: 3px double #652323;
   border-bottom: 3px double #652323;
   }
img.left_inset {
   float: left;
   margin: 10px;
   border: 3px double #7E2C2C;
   border-right: 3px double #652323;
   border-bottom: 3px double #652323;
   }

blockquote {
	border-left: 3px solid #7E2C2C;
}
em {
	background-color: #FCFFD5;
	font-style: normal;
}


#content ul li {
	list-style-type: none;
   padding-left: 15px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}