
/* ------------------------------------------------------ HTML/BODY ------------------------------------------------------ */

* {  
	border: none;
	margin: 0;
	padding: 0;
}

 html, body {
     height: 100%;
 }

body{ 
	font-family: georgia;
	color: #000000;
	font-size: 12px;
	line-height: 19px;
	background: #E9E9DF;
}


/* ------------------------------------------------------ LAYOUT ------------------------------------------------------ */

#wrapper {
	margin-top: 60px;
}

#logocontainer {  
	width: 938px;
	margin:0px auto 15px;
}

#navigation {
	width: 938px;
	margin:0px auto 10px;
	text-align: right;
	font-size: 17px;
}

#contentbg {
	width:100%;
	background:#F7F7EF;
}

#content {
	width: 938px;		
	margin:0px auto 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 15px 0px;
}

#content2 {
	width: 938px;	
	padding: 15px 0px;	
}

#content3 {
	width: 600px;	
	padding: 15px 0px;	
	float: left;
	border-right: 1px solid #cccccc;
}

#content4 {
	width: 300px;	
	padding: 15px 0px;
	float: right;	
}

#bookpic {
	float: left;
	width: 300px;	
	padding: 5px 0px 0px;
}

#booktext {
	float: right;
	width: 580px;	
	padding: 20px 0px 10px 35px;
}

#smallcontent {
	width: 938px;		
	margin:0px auto;
	clear: both;
}

#smallcontent1 {
	padding:0px 9px 0px 0px;
	margin:10px 0px 30px 0px;
	width: 300px;
	text-align: left;
	float: left;
	border-right: 1px solid #cccccc;
}

#smallcontent2 {
	padding:0px 9px 0px 9px;
	margin:10px 0px 30px 0px;
	width: 300px;
	text-align: left;
	float: left;
	border-right: 1px solid #cccccc;
}

#smallcontent3 {
	padding:0px 0px 0px 9px;
	margin:10px 0px 30px 0px;
	width: 300px;
	text-align: left;
	float: right;
}

.footerline {
	border-bottom: 1px solid #cccccc;
	width: 938px;		
	margin:0px auto 0px;
	clear: both;
	height: 1px;
}

#footer {
	width: 938px;		
	margin:0px auto;
	padding: 10px 0px 0px;
	font-size: 10px;
}

#footerleft {
	float: left;
	text-align: left;
	padding-bottom: 10px;
}

#footerright {
	float: right;
	text-align: right;
	padding-bottom: 10px;
}


/* ------------------------------------------------------ TEXT, PICS & LINKS ------------------------------------------------------ */

a {
	border-bottom: 1px dotted #cc1111;
	color: #cc1111;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #cc1111;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size:18px;
	line-height: 20px;
	margin: 0 0px 5px 230px;
}

h2 {
	font-size:18px;
	line-height: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size:15px;
	line-height: 20px;
	margin: 10px 0px 10px;
	background: #995555;
	color: #ffffff;
	padding: 3px 0px 3px 5px;
}

h3 a {
	font-size:15px;
	line-height: 20px;
	margin: 10px 0px 10px;
	color: #ffffff;
	padding: 3px 0px 3px 5px;
	border: 0px;
}

h3 a:hover {
	color: #000000;
	border: 0px;
}

h5 {
	font-size:14px;
	line-height: 20px;
	margin-bottom: 10px;
}

h6 {
	font-size:18px;
	line-height: 20px;
}

h4 {
	font-size:13px;
	text-transform: uppercase;
}

h7 {
	font-size:11px;
	font-style: italic;
}

p {margin: 0 0px 20px 230px;}

.imagelink {
	border-bottom: 0px;
}

a:hover.imagelink {
	border: 0;
}

#footer a {
	border-bottom: 1px dotted #000000;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}

#footer a:hover {
	border-bottom: 1px dotted #cc1111;
	color: #000000;
	text-decoration: none;
}

#navigation li a {
	border: 0px;
	color: #000000;
	text-decoration: none;
}

#navigation li a:hover {
	border-bottom: 1px dotted #000000;
}

#navigation ul {
	margin:0;
	padding:0;
}

#navigation li {
	display:inline;
	list-style:none;
	margin-left: 20px;
}

.on {
	border-bottom: 1px dotted #000000;
}

/* P L A C E M E N T */
.left {float: left; margin-right: 20px;}
.right {float: right; margin-left: 20px;}
.right.inset {margin: 0 120px 0 20px;} /* img floated right within text */
.left.inset {margin-left: 230px;} /* img floated left within text */

/* S I Z E */
.one {width: 100px;}
.two {width: 210px;}
.three {width: 320px;}
.four {width: 430px;}
.five {width: 540px;}
.six {width: 650px;}
.seven {width: 760px;}

.pic p, .caption {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	margin: 4px 0 10px;
	}

.picture {
	border-bottom: 8px solid #995555;
}

.sidor1 {
	float: left;
	margin-top: 15px;
}

.sidor2 {
	float: left;
	margin: 15px 0px 10px 5px;
	text-align: left;
}

.break {
	clear: both;
}

.header4 {
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase; 
	margin-bottom: 5px;
}

li.list1 {
list-style:square inside; 
color: #995555;
line-height: 14px;
padding: 0px;
}

.blacktext {
color:black;
font-size: 11px;
line-height: 9px;
padding: 0px;
}

.boldtext {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 12px;
}

input
{
color: #000000;
background: #ffffff;
border: 1px solid #E9E9DF;
}

textarea
{
color: #000000;
background: #ffffff;
border: 1px solid #E9E9DF;
}

.newscontent {
width: 450px;
text-align: left;
margin-left: -230px;
}

.newsheader {
	font-size:18px;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
