
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	background: #EAEAEA;
	/*text-align: justify;
	*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #797979;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #352929;
}

h1 {
	font-size: 2em;
}

#wrap {
	margin: 0;
	padding-top: 50px;
	background: #FFFFFF url(images/image01.jpg) repeat-x left top;
}
h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

a {
	color: #525252;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}



#container {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}

#column1 {
	float: left;
	width: 290px;
	
}

#column2 {
	float: right;
	width: 610px;
}

#column2 img {
	border:0px; 
	margin: 2px 2px 2px 2px;
}

#division {
        width: 510px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding: 10px 10px 10px 10px;
        background: url(images/image05.gif) repeat-x left top;
	border: 1px black dashed;
}

#division h2 {
        /*width: 500px;
        */margin: 20px 0px 4px 0px;
        padding: 2px 7px;
        background: #969696;
        font-weight: bold;
        color: #FFFFFF;
}

#site-logo {
	width: 270px;
	height: 80px;
	padding-top: 20px;
	padding-left: 20px;
	color: #9D9D9D;
}

/*
background: url(images/image03.jpg) no-repeat left top;
#site-logo a:hover {
	background: url(images/logo_savesolutions.png) no-repeat left 6px;
	color: #9F6840;
}
*/

#site-logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#site-logo h2 a {
	text-decoration: none;
	color: #9D9D9D;
}

#navigation {
	width: 250px;
	margin: 0px;
	padding: 0px;
}

#navigation ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

#navigation li {
	padding: 10px 0px;
	background: url(images/image05.gif) repeat-x left top;
}

#navigation .first {
	background: none;
}

#navigation a {
	background: url(images/image06.gif) no-repeat left 6px;
	margin-left: 20px;
	padding-left: 15px;
	text-decoration: none;
	color: #525252;
}

#navigation span a{

	text-decoration: none;
	color: #FFFFFF;
}

#navigation a:hover {
	background: url(images/image07.gif) no-repeat left 6px;
	color: #9F6840;
}

#navigation .active {
	background: url(images/image07.gif) no-repeat left 6px;
	color: #9F6840;
}

#page-content {
	background: url(images/image05.gif) repeat-x left top;
}

#division img {
	border: 0px;
	margin: 0 10px 10px 0;	
}


#latest-news {
	width: 210px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background: #FFFFE0;
	border: 1px black dashed;
}

#latest-news p {
	margin: 0px;
	padding: 0px;
}

#latest-news .date {
	width: 180px;
	margin: 20px 0px 4px 0px;
	padding: 2px 7px;
	background: #333333;
	font-weight: bold;
	color: #FFFFFF;
}

#latest-news img {
	float:left;
	border: 0px;
/*        margin: 10px 10px 10px 10px;
*/
}


.content {
	line-height: 22px;
	padding: 20px 5px;
}

.content h2 {
	font-weight: normal;
}


#footer {
	background: #EAEAEA url(images/image02.jpg) repeat-x left top;
	color: #979797;
}

#footer p {
	margin: 0px;
	padding: 0px;
	padding: 30px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #727272;
}


/*
*
*
*
*/

.box { 
  background: #FFFFCC; 
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}

