@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%;
	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;
	}

.oneColFixCtrHdr #container {
	width: 975px; 
	background: #transparent;
	margin: 0 auto;
	border: 0px;
	text-align: left; 
}
.oneColFixCtrHdr #header {
	background: #transparent; 
	padding: 0 00 0; 
	height: 270px;
}
.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;
}
#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;
   }

/* Index */

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

.twoColFixLt #indexcontainer { 
        
        font: 100% Verdana, Arial, Helvetica, sans-serif;
	width: 975px;  
	min-height: 100%;
	background-image: url(../images/jody.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: bottom left; 
	margin: 0 auto; 
	border: 0px;
	text-align: left; 
}
.twoColFixLt #indexsidebar1 {
	float: left; 
	width: 350px; 
	background: transparent;
	padding: 15px 25px 15px 20px;
}
.twoColFixLt #indexContent { 
	margin: 0 0 0 360px; 
	padding: 0 0 0 0; 
	color: #000000;
	font-size: 13px;
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

