/* COMMON STYLE
--------------------------------------------------------- */
html, body {
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
	padding: 0px;
	background: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}
#wrap {
	width: 600px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	padding: 15px 30px 15px 30px;
}
#contentwrap {
	width:540px;
	text-align:center;
}
#content {
	text-align:center;
}
h1 {
	font-size:15px;
	font-weight:bold;
	margin:0px;
}
h2 {
	margin: 0px;
	font-size:11px;
	font-weight:bold;
}
h3 {
	margin:0px;
	font-size:11px;
	font-weight:bold;
}
