
* {
	margin: 0;
	padding:0;
	outline:none;
}

html,
body {
	height:100%;
	width:100%;
}

body {
 	font:62.5%/200% Georgia, "Times New Roman", Times, serif;
	color:#472f05;
	background:#fff6bb url(../images/bg-body.jpg) center top no-repeat;
}

/* ----------------------------------> Global classes <-----------------------------*/
a {
	color:#f6cc0a;
}

a:hover {
	text-decoration:none;
}

img {
	border:none;
}

ul{
	list-style-type:none;
}

.highlight {
	font-weight:bold;
}

.image {
	border:solid 3px #f6cc0a;
}

.floatRight {
	float:right;
	margin:0 0 10px 10px;
}

.floatLeft {
	float:left;
	margin:0 30px 10px 0;
}

.clear {
	float:none;
	clear:both;
}
#map{
	border:solid 3px #f6cc0a;
	margin:0 0 10px 0;
}
/* ----------------------------------> Header <--------------------------------------*/

#header {
	height:200px;
	position:relative;
}

#branding a {
}

/* ----------------------------------> NaviAdd <-------------------------------------*/
#naviAdd {
	display:none;
}

/* ----------------------------------> Content Sidebar <-----------------------------*/
#contentSidebar {
	display:none;
}
/* ----------------------------------> Content Main <--------------------------------*/
#contentMain {
	font-size:1.2em;
}

#contentMain h2 {
	font-size:2em;
	margin:0 0 10px 0;
}

#contentMain h3 {
	font-size:1.2em;
	margin:0 0 5px 0;
}

#contentMain p {
	margin:0 0 20px 0;
}


/* ----------------------------------> Content Column <------------------------------*/
.contentColumn {
	width:40%;
 	float:left;
	padding:0 5% 0 0;
}

#push {
	display:none;
}

/* ----------------------------------> Footer <--------------------------------------*/
#footer {
	display:none;
}


/* ----------------------------------> CMS Classes <---------------------------------*/

