/************************BODY AND HTML ATTRIBUTES**************************/
body{
	background: #F8E3EB;
	font-family: georgia, "trebuchet ms", arial, helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	text-align: center;
}

table{
	font-family:verdana,arial,sans-serif;
	font-size:11px;
}

body a{font-size:11px;text-decoration:none;color:#623C49;}
body a:hover{text-decoration:none;color:#A3697D;}

img{border:0px;}

h1 {font-size: 14px; text-decoration: none; color: #623C49;}

.galh1 {
	font-family:verdana,arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:maroon;
}

#main{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 780px;
	width: 100%;
	width:expression(document;
	height: 100%;
	overflow: visible;
.body.clientWidth < 780? "780px": "auto" );
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

#gradback{
	width: 100%;
	height: 835px;
	background: url(imgs/background.gif) repeat-x top;
}

