@charset "utf-8";
/* CSS Document */
/* Stylesheet for Jody / www.jodywirawan.com
Written by and copyright Jennifer Wirawan, 2009 */

/* General Layout */


body {
	font: 100% Arial, Helvetica, sans-serif;
        width: 100%;
        font-size: 14px;
	background-image: url(../images/gradient.jpg);
	background-height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
        background-position: center;
	}
#map {
        width: 800px; 
        height: 500px;
        margin-left: auto;
        margin-right: auto;
}
.oneColFixCtrHdr #container {
	width: 975px; 
	background: #transparent;
	margin: 0 auto;
	border: 0px;
	text-align: left; 
}
.oneColFixCtrHdr #header {
	background: #transparent; 
	padding: 0 00 0; 
	height: 260px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0 0 0; 
	background: #cccccc;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; 
	background: transparent;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 0 0 0 0; 
}

/* Typography */

#mainContent a:hover {
	color: #7A483C;
	text-decoration: underline;
}
#mainContent a:link {
	color: #7A483C;
	text-decoration: underline;
}
#mainContent a:visited {
	text-decoration: underline;
	color: #7A483C;
}
#map a:visited {
        text-decoration: underline;
	color: #5A3663;
	text-decoration: underline;
	color: #5A3663;
}
#map a:link {
	color: #5A3663;
	text-decoration: underline;
}

#header a:hover {
	color: #000000;
	text-decoration: none;
}
#header a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

/* Design */

.indented
   {
   padding-left: 100px;
   padding-right: 100px;
   }
