h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
 margin:0;
 padding:0;
 }
 
BODY, HTML {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:  100%;
	background-color: #d9d9d9;
	}

#container {
	height: 820px;
	width : 784px;
	margin : 0 auto;
	border: 0px solid green;
	overflow: visible;
	background-color:#FFFFFF;
	background-image:url(shadow.gif);
	background-position:right;
	background-repeat:no-repeat;
	}

#content {
	width: 400px; 
	height: 100%;
	padding-top: 20px;
	padding-left: 10px;
	margin-left: 18px;
	border: 0px solid red;
	float:left;
	}

#right {
	width: 330px;	
	height: 100%;
	float:right;
	border: 0px solid red;
	padding-top: 15px;
	}

H1 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	background-image:url(h1-bg.gif);
	background-repeat:no-repeat;
	display:block;
	width: 260px;
	height: 56px;
	text-align:center;
	line-height: 54px;
	margin-top: 20px;
	margin-left: 18px;
	}
	
H2 {
	font-size: 16px;
	color: #006699;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
	
H3 {
	font-size: 14px;
	color: #006699;
	padding-bottom: 5px;
	padding-top: 5px;
	}

H4 {
	font-size: 12px;
	color: #FF0000;
	padding-bottom: 5px;
	padding-top: 5px;
	}

	
	
P {
	font-size: 12px;
	line-height: 14px;
	color: black;
	margin-top: 5px;
	text-align:justify;
	}
	
A {
	color: #ec008c;
	text-decoration:underline;
	}
	
A:hover {
	text-decoration: none;
	}