body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #676767;
	background: url(images/img1.gif);
	background-repeat: repeat-x;
}

img {
 border: none;
	
}
.imgborder{
	border: 1px solid #503700;
	azimuth: center;
}

.imgleft{
	border: 1px solid #503700;
	azimuth: center;
	float:left;
	margin-right: 20px;
}


h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	font-style: italic;
	color: #5C3C6E;
	letter-spacing: 1px;
}

h4 {
	letter-spacing: 1px;
	font-size: 14px;
	font-style: normal;
}

p, ul, ol {
	margin-top: 0;
	padding-top: 0;
	line-height: 140%;
}

ul, ol {
	color: #676767;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: square;
	list-style-position: inside;
}

ol {
	margin-left: 0;
	padding-left: 1em;
}

a:link, a:active {
	text-decoration: none;
	color: #5c3c6e;
	font-weight:bold;
}

a:visited{
	text-decoration: none;
	color: #5c3c6e;
	font-weight:bold;
}

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

blockquote{
	font-style: italic;
}

/* Header */

#header {
	height:118px;
	margin-bottom: 20px;
	padding-top: 20px;
	background-image: url(images/img2b.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header * {
	text-align: center;
	text-decoration: none;
	color: #FFFAF0;
}

#header h1 {
	letter-spacing: 1px;
	font-size: 46px;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 a:link, a:active {
	text-decoration: none;
	color: #Ffffff;
}
#header h2 {
	letter-spacing: 1px;
	font-size: 12px;
	color: #FFFFFF;
	}
/* Content */

#content {
	width: 800px;
	margin: 0 auto;
}

#colOne {
	float: right;
	width: 320px;
	font-size: small;
	background-color: White;
}

#colTwo {
	float: left;
	width: 480px;
	font-size: small;
	background-color: White;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: url(images/bgkachel.gif) 0px -120px;
	color: #FFFFFF;
}

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

#footer a:link, a:active {
	text-decoration: none;
	color: #FAD74C;
}

#footer a:visited{
	text-decoration: none;
	color: #FAD74C;
}

#footer a:hover {
	text-decoration: underline;
	color: #F5E9D9;
}

/* Boxed */

.boxed {
	width: 310px;
}

.boxed .title {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.boxed .content {
	padding:20px;
	background: url(images/img3.gif) repeat-x;
}

.boxed .image {
	float: left;
	margin: 10px 20px 0 0;
}
.contentS{
	padding:20px 10px 10px 10px;
	background: url(images/img3.gif) repeat-x;
	font-size:  11px;
}
.contentS p{
	text-align: center;
	line-height: normal;
}

.incontent{
	background: url(images/img3.gif) repeat-x;
	padding:20px 0 0 0;
}


#menu a:link, a:active {
	text-decoration: none;
	color: #5c3c6e;
	font-weight:bold;
}

#menu a:visited{
	text-decoration: none;
	color: #5c3c6e;
	font-weight:bold;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFCC00;
}