@charset "UTF-8";
@import "reset.css";

body {
	font-family: Georgia,serif;
	font-size:.85em;
	background: #EBFFFD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333
	;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center; 
	
}
#header {
	background:url(img/nav.gif) repeat-x bottom;
	height:25px;
	padding-top:10px;
}

#mainContent {
	padding:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	line-height:20px;

}

#about {
text-align:left;
}
#footer {
	background:url(img/footer.gif) repeat-x top;
	height:20px;
	padding-top:15px;
	
	
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding-right:10px;
font-size:.75em;
text-align:right;
}

#logo {
padding-top:50px;
padding-bottom:25px;
}

#comments {
padding:50px 50px 0px;
}


.pricechart {
padding-top:25px;
padding-left:100px;

}
.sample {
float:left;
margin-right:50px;
}

.pricing {
text-align:left;
line-height:18px;

}

#details {
text-align:left;
margin-left:125px;
line-height:18px;
}

.details li {
list-style-type:circle;
list-style-position:inside;
padding-left:10px;

}


.client {
text-align:right;
}

p.quote{

}

.caps {
font-variant:small-caps;
}



.clear {
clear:both;
line-height:1px;
height:1px;
}

#menu {
}


#stylePage {
padding-left:10px;
}

.pricing {
font-size:.85em;

}

#about {
width:600px;
margin-left:100px;
text-align:center;
}








#navigation li {
list-style:none;
display:inline;
font-variant:small-caps;
text-align:justify;
padding:30px;

}

#navigation a:link, #navigation a:visited{
color:#333; text-decoration:none;
}
#navigation a:hover,#navigation a:active   {
text-decoration:underline;
}

h2 {
font-size:1.1em;
}

.amp {
font-size:.83em;
}
