/* Start of CMSMS style sheet 'main - RandE' */
/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	background: #FFF;
	font-family: "arial", "verdana", "tahoma", "times new roman";
	font-size: 90%;
	color: #444;
 background-image: url(images/newcms/hd.png);
 background-repeat: repeat-x;
}

ul {
margin-left:20px;
margin-right:0px;
line-height:20px;
}

#wrapper { 
 margin: 0 auto;
width: 760px;
}

#header {
	background-image: url(images/newcms/hd_logo.png);
	background-repeat: no-repeat;
	width: 834px;
	height: 147px;
	color: ;
	padding: 0px;
	border: 0px solid #ccc;
	margin: 0 0px 0px 0px;
}

#navigation {
 width: 834px;
 height: 40px;
 color: #333;
 padding: 0px;
 border: 0px solid #ccc;
 margin: 0px 0px 5px 0px;
}

#nav_links{

}

#main
{
	margin: 0 20px 20px;
	width: 800px;
	padding: 20px 0 15px 0;
}

#main h1, h2, h3, h4, h5
{
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 210%;
	color: #20598F;
	letter-spacing: 0px;
	font-weight: normal;
}

#main p
{
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 20px;
}

#main img
{
	float: none;
	margin: 0 0 10px 10px;
	border: 1px solid #AAA;
}

#main a
{
	color: #A52A2A;
	text-decoration: none;
	font-weight: bold;
}

#main a:hover
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.re_imp
{
background-image: url(images/newcms/retint.gif);
background-attachment: fixed;
background-repeat: no-repeat;
}

#footer { 
height: 110px;
background-image: url(images/newcms/base.png);
background-repeat: repeat-x;
 /*width: 834px;*/
 color: #grey;
}

.base_content
{
	line-height: 100%; /*margin: 25px 10px 10px 10px; */
	padding: 40px 10px 10px 10px;
	text-align: center;
	font-size: 90%;
	color: #7A7A7A;
	line-height: 145%;
}

.base_content a
{
	color: #20598F;
	text-decoration: none;
	font-weight: bold;
}

.base_content a:hover
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.gallery
{
	margin: 0 0 10px 10px;
	border: 1px solid #AAA;
}
/* End of 'main - RandE' */

