﻿@charset "utf-8";
/* CSS Document */


/* COLOR SCHEME 

Color 1: #CC6666
Color 2: #663333
Color 3: #cc3333
Color 4: #996699
Color 5: #FFD0D0 */



/* LAYOUT */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/PNGs/resume-background3.png);
	background-repeat:repeat-x;
	padding: 0px;
	margin-top: 8px;
}

#wrapper {
	text-align: center;
	margin: auto;
	width: 100%;
}

#contentWrapper {
	text-align: center;
	width: 950px;
	margin:auto;
	overflow:hidden;
}

#headerWrapper {
	height: 135px;
	width: 950px;
	overflow:hidden;
}
#headerLeft {
	float: left;
	padding-left: 0px;
	padding-top: 0px;
}

#headerRight {
	float: right;
	text-align:right;
	padding-right:10px;
}
#bodyRight {
	float: right;
	width: 290px;
	overflow: auto;
	margin: auto;
	background-color:#FFFFFF;
	text-align:left;
	padding-left:10px;
	padding-right: 10px;
}

#bodyLeft {
	float: left;
	width: 625px;
	padding-left: 10px;
	background-color:#FFFFFF;
}

#bodyWrapper {
	text-align: left;
	clear:both;
	margin:auto;
	overflow:auto;
	background-color:#FFFFFF;
}
#footerWrapper {
	text-align: center;
	margin: auto;
	width: 100%;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#footerLeft {
	float:left;
	margin:auto;
	width:300px;
}

#footerRight {
	float:right;
	margin:auto;
	width:425px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#homewrapper {
	text-align:left;
	clear: both;
	margin:auto;
	width: 625px;
	padding: 0px;
}

#navigation {
	height: 35px;
	color:#000066;
	font-size: 16px;
	font-weight: bold;
	width: 950px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


/* STYLES */

h1 {

}

h2 {

}

h3 {

}

#navigation li {
	float:left;
	text-align:center;
	vertical-align:middle;
	padding-left:50px;
	padding-right:50px;
	margin-top:-5px;

}

#navigation ul {
list-style:none;
}

#bodyLeft ul {
list-style-type:square;
color:#000000;
}

#navigation a {
	font-size: 14px;
	text-decoration:none;
}

#navigation a:hover{
	font-size: 14px;
	text-decoration:underline;
}

#navigation a:visited{
	font-size: 14px;
	text-decoration:none;
}

#footerWrapper {
	color:#FFFFFF;
}

#footerWrapper a {
color:#FFFFFF;
text-decoration:none;
}

#footerWrapper a:hover {
color:#FFFFFF;
text-decoration:underline;
}

#footerWrapper a:visited {
color:#FFFFFF;
text-decoration:none;
}

#footerWrapper a:active {
color:#FFFFFF;
text-decoration:none;
}

CompanyName {
font-size:24px;
color:#ff9999;
}

PhoneNumber {
font-size:18px;
color:#FFCCCC
}

Copyright {
font-size:10px;
color:ffffff;
}

#bodyLeft p {
	font-size:12px;
}
