/* andreas05-alternative - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. More free templates are available at: http://oswd.org/userinfo.phtml?user=Andreas
Version: 1.0, September 27, 2005 */

body{
padding:0;
margin:0;
font:76% verdana,tahoma,sans-serif;
background:#cccccc url('images/rosepetals_seamless.jpg');
color:#303030;
}

a{
text-decoration:none;
background-color:inherit;
font-weight:bold;
color:#286ea0;
}

a:hover{
background-color:inherit;
color:#303030;
}

h1{
margin:0;
font-size:3.6em;
letter-spacing:-2px;
text-align:center;
background-color:inherit;
color:#505050;
}

h2{
margin:5px 0 10px 0;
font-size:1.6em;
letter-spacing:-1px;
font-weight:normal;
}

p{
margin:0 0 15px 0;
line-height:1.3em;
}





#title{
margin:20px auto -9px auto;
width:700px;
}



#container{
margin:0 auto 15px auto;
width:790px;
padding:10px;
background:#fdedf2 url('images/frontdarkred2.gif') no-repeat bottom left;
color:#303030;
border:20px solid  #6f0039;
}

#sidebar{
float:left;
width:150px;
}


#main{
width:600px;
padding-left:20px;
border-left:1px solid #cccccc;
float:right;
}

#footer{
clear:both;
}

.menu{
display:block;
width:150px;
padding:4px 2px 4px 10px;
font-size:1.1em;
font-weight:bold;
background-color:inherit;
color:#286ea0;
border:0px solid #ffffff;
}

.menu:hover{
background-color:#f8f8f8;
color:#286ea0;
border:1px solid #dadada;
}

.menuflat{
	display:inline-block;
	width:150px;
	padding:4px 2px 4px 10px;
	font-size:small;
	font-weight:bold;
	background-color:inherit;
	color:#286ea0;
	border:0px solid #ffffff;
}

.menuflat:hover{
background-color:#f8f8f8;
color:#6f0039;
border:1px solid #dadada;
}

.credits{
margin-bottom:0;
font-size:0.8em;
background-color:inherit;
color:#aaaaaa;
}

.credits a{
background-color:inherit;
color:#aaaaaa;
}



.image-right {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}

.image-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.image-center {
	float: none;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 8px;
}

.image-left-big {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 8px;
}

