body {
    background: url(images/new5.jpg);
	font: 90% / 200% "Tw Cen MT", "Trebuchet MS", "Arial", sans-serif;
    padding: 0px;
	text-align:justify;
}

a {
    color: #8B6508;
    text-decoration: none;
}

a:hover {
    color: #45916B;
    text-decoration: underline;
}

h2 {
    border-bottom: 1px dotted #45916B;
    color: #8B6508;
    font: lighter 20px "Tw Cen MT", "Trebuchet MS", "Arial", sans-serif;
	font-variant:small-caps;
    margin: 0px 0px 2px;
    padding-bottom: 3px;
}

h2 a, h2 a:visited {
    color: #CD661D;
    text-decoration: none;
}

h2 a:hover {
    color: #0099CC;
    text-decoration: none;
}

h4 {
    color: #FFF9BF;
    font: normal 130% / 100% "Tw Cen MT", "Trebuchet MS", "Arial", sans-serif;
	font-variant:small-caps;
    margin: 10px 0px 5px;
}

hr.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    visibility: hidden;
}

p {
    margin: 0px;
    padding: 0px 0px 15px;
}


/*/// Div's and layout///*/


#container{
	width:1000px;
	height:200px;
	margin-left: auto;
    margin-right: auto;
   	background-color: #EC9A2C;
 	margin-bottom:10px;
}

#content {
    float: left;
	width:66%;
	background:#ffdead;
	margin-bottom:10px;
    padding: 10px 10px 0px 20px;
	height: 100%;
	min-height:710px;
}

#content h2{
	
}

#content ul li {
	
}

#footer {
    clear: both;
	background-color: #EC9A2C;
	font-size: 12px;
    line-height: 130%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    text-align: left;
    width: 1000px;
	height: 40px;
}

#footer p {
 	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:5px;
	font: normal 130% / 100% "Tw Cen MT", "Trebuchet MS", "Arial", sans-serif;
	font-weight:100;
	line-height:25px;
	color:#8B3E2F;
}

#header {
    background: url(images/head1.jpg) no-repeat;
    height: 148px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 1000px;
	
}

#nav {
	background:	#f4a460;
    float: right;
    list-style: none;
    margin: 0px 0px 0 0;
	width:100%;

}

#nav a {
    border-bottom: 3px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font: 12px / 100% Arial, Helvetica, sans-serif;
    height: 32px;
    line-height: 130%;
    margin-right: 3px;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 10px;
}

#nav a:hover {
    border-bottom: 3px solid #45916B;
    color: #45916B;
	cursor:pointer;
}

#nav li {
    display: inline;
    height: auto;
    list-style: none;
}

#nav ul {
    margin: 0px;
    padding: 0px;
}

#page {
	margin: 0px auto;
    width: 1000px;
	}

#sidebar {
    color: #666666;
	background-color:rgb(255,235,142);
    float: left;
	width:30%;
    margin: 0px 10px 0px 0px;
	height: 100%;
	min-height:720px;

	
    
}

#sidebar a {
    
    display: block;
    
}

#sideimg{
	height:335px;
	background: url(images/side1.jpg) no-repeat;
}

#sidecontent{
	height:auto;
	margin-bottom:10px;
	padding-left:10px;
	
}

#sidecontent a {
    color: #8B6508;
    display: block;
    text-decoration: none;
}

#sidecontent a:hover {
    color: #CD661D;
    display: block;
    text-decoration: none;
}

#sidecontent h2{
    border-top:1px dotted #45916B;
	border-bottom: 1px dotted #45916B;
    color: #CD661D;
    font: lighter 18px "Tw Cen MT", "Trebuchet MS", "Arial", sans-serif;
    margin: 0px 0px 2px;
	font-variant:small-caps;
}

#sidecontent ul {
    margin: 0;
    padding: 0;
}

#sidecontent ul li {
    border: none;
    list-style: none;
    margin: 0;
    padding: 2px 0;}
