/* CSS Document */

body {
        color:#000000;
	width: 100%;
        margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	}

#pageWrapper {
       background-color: #cccccc;
       background-position: center;
       margin-top: -15px;
       margin-left: auto;
       margin-right: auto;
       width: 100%;
}
	
p {
	clear: both;
}

a {
	text-decoration: none;
	color:#000000;
}

a:hover {
	border-bottom: thin dotted;
}

img {
	border: none;
}

#dreamhostImage {
	vertical-align:middle;
}

.featuredImage {
	float:left; 
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
}

h1 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
}


#header {
	background-image: url('images/headerGradient.png');
	width: 100%;
	height: 107px;
	display: block;
	top: 0px;
}

#headerLink {
        background-image: url('images/name.png');
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
	display: block;
	width: 700px;
	height: 107px;
}

/*
#navigation {
	position: absolute;
	top: 0;
	width: 700px;
	margin-top: 0;
	text-align: right;
}

#navigation ul {
	list-style-type: none;
	font-weight: bolder;
}

#navigation li {
	display: inline;
	margin-top: 0;
	padding-left: 5px;
	height: 70px;
}
*/

#pageContent {
        background-color: #ffffff;
	position: relative;
	width: 800px;
        min-height: 500px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

#pageContent h1 {
	font-size: large;
	font-weight: bold;
	text-indent: 20px;
	padding-top: 10px;
	text-transform:lowercase;
}

#pageContent h2 {
	text-indent: 20px;
	font-size: 130%;
	font-weight:bold;
	font-variant:small-caps; 	
	}

#pageContent p {
	padding-left: 20px;
	padding-right: 20px;
}

#pageContent img {
        border: 1px solid #222222;
}

#wrapOuter {
    background-repeat: repeat-x;
    background-color:#333333;
    min-height: 200px;
}

#wrapInner {
   margin-left: auto;
   margin-right: auto;
   padding-top: 10px;
   padding-left: 20px;
   width: 800px;
   color: #FFFFFF;   
   font-size: 10px;  
}

#wrapInner a {
   color: #ffffff;
}

#wrapInner h1 {
   font-size: 14px;
}

#wrapInner li {
   list-style: none;
   line-height: 14px;
   margin-left: -40px;
}

#contact {
    float: left;
    width: 255px;
    padding-left: 10px;
}

#portfolio {
    float: left;
    width: 255px;
    padding-left: 10px;
}

#swag {
    float: left;
    width: 255px;
    padding-left: 10px;
}



/*
#footer {
   	width: 800px;
	text-align: right;
	font-size: smaller;
}

#footer img {
   position: relative;
   top: 4px;

}



#section {
	padding-top: 10px;
	background-image: url('images/navigationBg.png');
	background-position: bottom;
	background-repeat:no-repeat;
}

#section h1 {
	background-image: url('images/sectionHeader.png');
	width: 772px;
	height:31px;
	font-size: 18px;
	position:relative;
	top: 30px;
	text-indent: 20px;
	padding-top: 3px;
}

.content {
	background-color: #2c2c2c;
	width: 772px;
	height:auto;
	position: relative;
	top: 10px;
	padding-top: 10px;
	padding-bottom: 25px;
}

.content p, h2 {
	margin-left: 20px;
	margin-right: 20px;
}

.featuredSiteImage {
	border: none;
	float: right;
	margin-top: -25px;
	margin-right: 25px;
	margin-left: 25px;
}

.siteFeatures ul {
	list-style-type: none;
}

.siteFeatures li {
	display: inline;
	padding-right: 5px;
}

*/


