/* BODY */
/************************************************************************************************/
body {
margin:0;
padding: 0;
background: #FFFFCC;
}


/* LINKS */
/************************************************************************************************/
a { 
text-decoration: none;
color: ;
}


a:hover, a:focus {
text-decoration: underline;
}

/* HEADERS */
/************************************************************************************************/
h1 {
text-indent: -9999999px;
height: 150px;
margin: 0;
background: white url(images/header.jpg) no-repeat;
}

h2 {
margin-top: 15px;
text-align: center;
color: #660000;
}

h3 {
text-align: center;
}

h4 {
text-align: center;
}



/* WRAPPER */
/************************************************************************************************/
#wrapper {
width: 740px;
margin: 0 auto; 
border-top: 2px solid white;
background: #FFFFCC url(images/wrapper.gif) repeat-y; /* repeat-y means repeat in y-axis */
}


#header {
border-bottom: 0px solid white;
}



/* NAVIGATION */
/************************************************************************************************/
#navigation {
float: left;
width: 130px;
margin: 0px;
padding: 0px;

}


#navigation ul {
margin: 0px;
padding: 0px;
margin-top: 30px;
margin-bottom: 30px;
text-decoration: none;
list-style-type: none; /* removes bullets */
}

#navigation li {
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
margin: 4px;
margin-left: 10px;
margin-right: 10px;
}

* html #navigation a {
height: 1%;  /* a fix for Internet Explorer - removes white space */
}

#navigation a { /*link attribute */
text-decoration: none;
font-weight: bold;
}

#navigation a:link {
color: #FFFF33;
font-weight: bold;
}

#navigation a:visited {
font-weight: bold;
color: #FFFF33;
}

#navigation a:hover, a:focus {
font-weight: bold;
background-color: #CCCCCC;
}



/* CONTENT */
/************************************************************************************************/
#content {
float: right;
width: 600px;
text-align: left;
}


#bottom_spacer {
margin-bottom: 10px;
}


/* FOOTER */
/************************************************************************************************/
#footer {
clear: both;
text-align: center;
margin: 0px;
padding: 0px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 60%;
background: #FFFFCC;
border-top: 1px solid black;
}


#footer p {
margin: 0px;
padding: 0px;
text-align: center;
}

* html #footer {
height: 1% /* a fix for Internet Explorer */
}


/* PARAGRAPHS */
/************************************************************************************************/

p {
margin-left: 10px;
margin-right: 10px;
}





/* HOME */
/************************************************************************************************/

.home h3 {
text-align: center;
margin: 0px;
padding: 0px;
}

.home h4 {
text-align: center;
padding-bottom: 30px;
}

.home p {
text-align: center;
color: ;
}



/* EXPERIENCE */
/************************************************************************************************/

#resume {
text-align: center;
}

