@media screen {

body, html {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
}

p { 	font-family: Trebuchet MS, arial, verdana;
	font-size: 13px;
	color: #2e2e2e;
	margin: 0;
}

h1 { 	font-family: garamond, georgia;
	font-size: 28px;
	color: #fff;
	padding-top: 8px;
	margin: 0;
	margin-bottom: 5px;
}


h2 { 	font-family: garamond, georgia;
	font-size: 22px;
	color: #2e2e2e;
	font-weight: bold;
	padding-top: 25px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 0;
}


div#center {
	position: absolute;
	width: 800px;
	margin-left: 50%;
	left: -400px;
	top: 0px;
	padding-top: 13px;
	height: auto;
	float: left;
}

div#navigation {
	height: 100px;
	width: 800px;
	border: 0;
	padding-top: 5px;
}

.navlink  {
	font-family: Trebuchet MS, arial;
	font-size: 18px;
	text-decoration: none;
	color: #3e6081;
}

.navcell {
	width: 137px;
	float: left;
	padding-top: 65px;
}

.navspace {
	width:250px;
	float: left;
	height: 20px;
} 

.navcell_right {
	text-align: right;
}


div#logo {
	position: absolute;
	width: 250px;
	margin-left: 50%;
	left: -125px;
	top: 20px;
}

a:hover {
	color: #6e90b1;
}

div#header {
	background-image: url(images/bg_table.jpg);
	width: 800px;
	height: 250px;
	margin-top: 20px;
	margin-bottom: 30px;
}

div#quote {
	width: 400px;
	font-family: garamond, georgia;
	font-size: 40px;
	color: #fff;
	float: left;
}

div#intro {
	width: 365px;
	float: left;
	margin-left: 15px;
	margin-top: 5px;
}

div#intro p {
	color: #fff;
	font-size: 11px;
}

div#introlink {
	width: 365px;
	text-align: right;
	float: left;
}

div#introlink a{
	color: #000;
	text-align: left;
	text-decoration: none;
}

div#introlink a:hover{
	color: #fff;
}

.content {
	width: 265px;
	float: left;
	text-align: justify;
	margin: 0;
	height: auto;
	padding-bottom: 10px;
}

.content p {
	padding: 10px;
}

.clearfloat {
	height: 1px;
	clear: both;
	line-height: 1px;
}

div#footer {
	width: 800px;
	height: 30px;
	background-color: #e2e2e2;
	padding-left: 15px;
}

.footertext {
	float: left;
	padding-right: 100px;
	padding-top: 8px;

}

.footertext p {
	font-size: 11px;
	font-face: arial;
	}	

.footertext a {
	color: #2e2e2e;
	text-decoration: none;
	}	

.footertext a:hover {
	color: #888888;
	text-decoration: none;
	}	

}

@media handheld {

body, html {
	background: none;
}

p {
	color: black;
}

h1 { 
	font-size: 24px;
	color: #443311;
	padding-top: 8px;
	margin-top: 10px;
}


h2 { 	
	font-size: 18px;
	color: #443311;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 0;

}

div#center {
	position: relative;
	width: 250px;
	background: white;
	position: absolute;
	left: 0;
	top:0;
	margin: 0;
}

div#logo {
	position: absolute;
	left: 0;
	top:0;
	margin: 0;
	clear: both;
	background: white;
}

div#navigation {
	height: 100px;
	width: 200px;
	border: 0;
	padding-top: 5px;
	padding-left: 20px;
}

.navcell {
	width: 70px;
	clear: both;
	padding-top: 5px;
}

.navcell_right {
	clear: both;
	text-align: left;
}

div#quote {
	width: 200px;
	padding-top: 30px;
	color: #5588cc;
}

div#intro {
	width: 200px;
	padding-left: 10px;
}

div#introlink {
	padding-left: 10px;
}

.content {
	width: 200px;
	padding-left: 10px;
}


div#footer {
	padding-top: 25px;
}

.footertext {
	clear: both;
	padding: 5px 0 0 10px; 
	width: 200px;
}

div#footer img {
	padding: 20px 0 0 10px;
}


}


