﻿/* CSS Document */
body{
	margin:0;
	padding:0;
	background:url(bg/bg1.gif);
	color:#300;
	font-family:arial;
	font-size:15px;
	background-color: #300;
}

#title{
	margin-left:350px;
	height:301px;
	width:500px;
	background-image: url(bg/Alan_Logo.gif);
	background-repeat: no-repeat;
	}
#wrapper{
float: left;
width: 100%;

}
#sidebar
{	float:left;
	width:280px;
	padding:5px;
	background-image: url(bg/ochrestripe.png);
	border-right:2px solid #300;
	border-bottom:2px solid #300;
}
#sidebar h2
{font-family:georgia, arial;
	font-size:20px;
	color:#730000;
	font-weight:bold;
	padding:0;
	margin:5px 7px;
}
#sidebar p
{
	padding:0;
	margin:0px 10px;
	line-height:20px;
	text-align:justify;
}
#sidebar hr
{width:80%;
height:1px;
border:none;
background-color:#300;
padding:0;
margin:15px auto;
}
#click
{
	color:#F00;
	font-weight: bold;
	}
#click a
{	color:#F00;
	font-weight: bold;

}
.sidebarline {
		background-color:#300;
		height:1px;
		width:80%;
		margin:10px;
}
#navcontainer {
	float: left;
	width: 230px;
	font-size: 20px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(bg/ochrestripe.png);
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 230px;
	height:40px;
	background-image: url(bg/button1.png);
	background-repeat: no-repeat;
}

#navcontainer a:link, #navlist a:visited
{
	color: #300;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#navcontainer a:hover
{
	color: #fff;
	text-decoration: none;
	background-image: url(bg/button2.png);
	background-repeat: no-repeat;
}


#content
{
	padding:5px 10px;
	margin-left:280px;
	color: #FFF;
}

#content1
{
	clear:both;
	padding:5px 10px;
	margin-left:20px;
	color: #000;
	background-color:#FFF;
	border:1px solid #000;
	width:800px;
	font-weight: bold;
}

#content .box
{
	margin-top:5px;
	margin-left:10px;;
	margin-right:10px;
	width:90%;
	padding:10px;
}
.box h1, h2, h3, h4, h5, h6
{
	padding:3px;
	line-height:135%;
}
.box h1
{
		font-family:georgia, arial;
	font-size:25px;
	color:#fff;
	font-weight: bold;
	background-color:#300;
	padding:10px;
	border:1px solid #fff;
	margin-bottom:20px;
}
.box h2
{font-size:20px;

}
.box h3
{
	font-size:18px;
	color:#F00;
}

.box p
{text-indent:25px;
line-height:29px;
text-align:justify;
}
.box a
{
	color:#CCC;
	text-decoration:none;
}
.box a:hover
{
	color:#CCC;
}
.box hr
{width:100%;
height:1px;
border:none;
padding:2px;
margin:3px auto;
background-color:#300;
}
.line {
		background-color:#fff;
		height:1px;
		width:97%;
		margin:10px;
}
.border {
	border:1px solid #300;
	padding:2px;
	margin: 5px;
  }

a:link {
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #300;
}
a:visited {
	text-decoration: none;
	color: #300;
		font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#footer
{
	clear: both;
	margin-top: 10px;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	color: #330000;
	border-top: 2px solid #330000;
	border-bottom: 2px solid #330000;
	text-align:center;
	font-size: 20px;
	//background-image: url('bg/ochrestripe.png');
	text-align:center; 
	background-color:#CE9849
}
#footer a:link {
	color: #300;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #FFF;
	font-style: italic;
}

#dale
{
	font-size:15px;
}
#kat
{
		clear: both;
	margin-right:25px;
	text-align:right;
	font-size: 15px;
	color: #fff;	
}
