@charset "utf-8";
/* CSS Document */


/*--Basic Layout Proporties--*/


/*normalization of margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0; padding: 0;}

/*normalize font size headers*/
h1, h2, h3, h4, h5, h6
{font-size : 100%;}

/* remove list styles*/
ol, ul, dl
{list-style: none;}

/*normalize font style and weight*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal;}

/*removes list style*/
table
{ border-collapse: collapse; }

/*removes border from feildset and img*/
feildset, img
{border:0;}

/*left aligns text in caption and th*/
caption, th
{ text-align:left;}


/*--page layout styles--*/

body{
	text-align:center;
	background-color:#FFFFFF;
	}
#header{
	width:980px;
	margin-right:0;
	margin-left:0;
	}
#wrap{
	width:980px;
	margin-right:auto;
	margin-left:auto;
	border-left:1px solid #000;
	border-right:1px solid #000;
	}

#main{
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
	float:right;
	width:600px;
	text-align:left;
	}
	
#sub{
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 20px;
	float:left;
	width:300px;
	text-align:left;
	}
	
#footer {
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	}
