/** BASIC */

body {
	margin: 10px 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

a {
	text-decoration: none;
	color: #666666;
	}

a:hover {
	border: none;
}

/** HEADER */

#header {
	width: 700px;
	height: 80px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	padding: 30px 10px 0 20px;
	font-size: 36px;
	letter-spacing: -0.05em;
	color: #000000;
}

#header h2 {
	display: none;
	color: #000000;
}


/** MENU */

#menu {
	width: 700px;
	margin: -2.25em auto 0 auto;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 11px;
	border: none;
	border-left: 1px solid #83895C;
	color: #000000;
}

#menu a:hover {
	color: #83895C;
}

#menu .first a {
	border: none;
}

/** CONTENT */

#content {
	width: 720px;
	margin: 0 auto;
	background: #EFEBDF url(../images/img01.gif) repeat-y left top;
}

#content * {
	line-height: 140%;
}

#columnA {
	float: left;
	width: 440px;
	padding: 25px 20px 0 30px;
	background: url(../images/img02.gif) no-repeat left top;
}

#columnA #contact {
	width: 140px;
	height:24px;
	text-align: center;
	float:left;
	padding: 6px 0px 0px 0px;
	margin: 0 auto;
	background: #FFFFFF url(../images/contact.gif) repeat-y left top;
}

#columnA #contact a {
color:#000000;
text-decoration:none;}

#columnB {
	float: right;
	width: 200px;
	padding: 25px 20px 0 10px;
	background: url(../images/img03.gif) no-repeat left top;
}

#columnB * {
	color: #000000;
}

#columnB ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside circle;
}

#columnB a {
	border-bottom-color: #000000;
	color: #333333;
}

/** FOOTER */

#footer {
    width: 720px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/img04.gif) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 35px 0 0 20px;
	font: bold 9px Arial, Helvetica, sans-serif;
}

#footer #view{
float:right;
padding-right: 15px;
}


#footer #view ul {
	margin: 0;
		list-style: none;
	text-align: right;
	
}

#footer #view li {
	display: inline;
	font-size:10px;
}

#footer #view a {
	color: #000000;
	font-size:10px;
}

#footer #view a:hover {
	color: #83895C;
}