@import url('reset.css');


p {
color: #525252;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
p.meta { color: #707070; font-size: 10px; text-align: right; }
p#footer-text { text-align: center; font-size: 10px; color: #c5c5c5; }
/* Link styling */
a {
color: #999999;
text-decoration: none;
}
a:hover { text-decoration: none; }
p#action-bar a { color: #a7a7a7; font-weight: bold;}
p#action-bar a:hover { color: #0077aa; text-decoration: none; font-weight: bold; }

body {
background-color: #ffffff;
margin: auto;
width: 100%;
}

div#main {
background: url('../img/gradient.jpg') repeat-x;
width: 100%;
height:700px;
}
div.label {
	font-family: Arial, Helvetica, sans-serif;
	color: #c5c5c5;
	font-size:14px;
}
div#main-content {
margin: auto;
width: 800px;
}


