body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #336600;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #336600;
}
#wrapper {
width:760px; /*this is a good width to use in case your users still use 800x600 resolutions*/
margin:0 auto; /*this is how you center it*/
text-align:center; /*this makes IE6 center the div - IE6 doesn't behave very well*/
}

#content { /*just an example name here*/
text-align:left; /*this ensures your text will not be centered*/
}
