/* CSS style sheet for John Maas Builder
	c.2007 John Maas Builder*/

html {
	margin: 0; 
	padding: 0;
}

body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #104072;
	color: #fff;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #248df9
}

a:hover {
	text-decoration: underline;
}

h1 {
	display:none;
}

/* wrapper div
===================================================================*/
#wrapper {
	margin: 0 auto;
	width: 760px;
}

/*#nav
==================================================*/
#nav {
	width: 760px;
	font-variant: small-caps;
	font-size: 1.3em;
	font-weight: bold;
	/*padding-top: 15px;
	padding-left: 45px;*/
	text-align: center;
	margin: 15px 0 0 0;
}

#nav a {
	color: #fff;
}

#nav a:hover {
	color: #248df9;
	text-decoration: none;
	border-bottom: 5px solid #248df9;
}

#nav ul {
	display: inline;
}

#nav li {
	display: inline;
}

#nav li.selected {
	color: #248df9;
}

/*#innerwrap
==================================================*/

/*#left
==================================================*/
#left {
	width: 300px;
	float: left;
	margin-top: 50px;
	margin-left: 0px;
}

#left a {
	color: #248df9;
}

#left a:hover {
	color: #fff;
}

#left address {
	color: #248df9;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.2em;
}


/*#right
==================================================*/
#right {
	float: right;
	width: 400px;
	background: #248df9;
	margin-top: 50px;
}

/*#right-inner
==================================================*/
#right-inner {
	background: #fff;
	line-height: 1.5em;
	margin: 5px;
	color: #248df9;
}

#right-inner img {
	padding-left: 20px;
}

#right-inner p {
	padding: 15px 20px 0px 20px;
}

/*#right-inner p.last {
	padding-bottom: 15px;
}*/


/*#saying
==================================================*/
#saying {
	clear: both;
	text-align: right;
}

/*#footer
==================================================*/
#footer {
	clear: both;
	padding-bottom: 25px;
}

#footer a {
	color: #248df9;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#footer address {
	text-align: right;
	font-style: normal;
	color: #248df9;
}

#footer p.copy {
	font-size: 0.8em;
	color: #248df9;
	text-align: right;
}

/*CLASSES
==================================================*/