/* CSS Document */

/* universal 
===============================================*/

body, table, tr, td, div, img, form, object, embed, ul, ol, li, cite, a{
	border: 0 px;
	margin: 0 px;
	padding: 0 px;
}

/* layout 
===============================================*/


body {
	background-color: #cc3355;
	width: 719px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background: #cc3355 url(images/bg.gif) repeat top;
}


#content_area {
	padding: 0px 30px 12px 30px;
	background: #fff;
	}


#footer {
	width: 659px;
}

/* typography
===============================================*/

p   { color: #503; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; line-height: 16px; }

a { color: #805; text-decoration: underline; }

td  { font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; }

.small { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 14px; }

.price { color: #c33; }

.copyright { 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 13px;
}
