/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(templates/Foundation/resources/common/images/img1.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #000000;
}

p, blockquote, ul, ol {
	margin-bottom: 1.8em;
	line-height: 180%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.boxed {
	padding: 20px;
	background: url(templates/Foundation/resources/common/images/img3.jpg) repeat-x;
}

.heading {
	margin-bottom: 40px;
	letter-spacing: 3px;
	font-size: 12px;
}

/* Header */

#header {
	width: 660px;
	height: 180px;
	margin: 0 auto;
	background: url(templates/Foundation/resources/common/images/img2.jpg) no-repeat;
	text-align: center;
}

#header a {
	text-decoration: none;
	color: #000000;
}

#header h1 {
	padding-top: 50px;
	letter-spacing: 4px;
	font-size: 36px;
}

#header h2 {
	letter-spacing: 8px;
	font-size: 14px;
}

/* Columns */

#left {
	float: left;
	width: 220px;
	position:absolute;
	top:180px;left:10px;
	margin-left: 10px;
}

#right {
	float: right;
	width: 220px;
	margin-right: 10px;
}

#left ul, #left ol, #right ul, #right ol {
	list-style-position: inside;
}

#left li, #right li {
	margin-bottom: 1.5em;
}

#center {
	margin: 0 10px 0 260px;
	min-height:500px;
}

#center ul, #center ol {
	margin-left: 3em;
}

/* Footer */
div#footer-wrap{
    background: url(templates/Foundation/resources/common/images/img3.jpg) repeat-x;
    padding:10px;
}

.sys_footer {
	
	text-align: center;
	font-size: 77%;
	color: #000000;
}

#sys_designerfooter {
    border: none;
    margin:0 auto;
    padding: 0px;
}

#legal {
	margin: 0;
	padding: 20px 0 0 0;
	line-height: normal;
}

#links {
	margin: 0;
	padding: 20px 0;
	line-height: normal;
}
* {
	margin: 0;
	padding: 0;
}

.sys_txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

a{color:#000;}

.sys_txt h1, .sys_txt h2, .sys_txt h3 {
	color: #000000;
}

.sys_txt p, .sys_txt blockquote, .sys_txt ul, .sys_txt ol {
	margin-bottom: 1.8em;
	line-height: 180%;
}

.sys_txt a {
	color: #000000;
}

.sys_txt a:hover {
	text-decoration: none;
}
.sys_txt ul, .sys_txt ol{
	margin-left:40px;
}