
body {
	font-family: Comic Sans MS, Courier New, monospace, Verdana, Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a {
	color: #DB7093;
	font-size: 12px;
	padding: 3px;
}

a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
	font-size: 22px;
	background-color: #E0A3B7;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
	width: 450px;
}

h2 {
	font-size:20px;
	font-weight: bold;
	padding: 5px 10px;
	margin:0px;
}

#container {
	width: 900px;
	margin:0 auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}


#header {
	height: 120px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	width: 520px;
	}

#leftcolumn {
	clear: left;
	float: left;
	width: 180px;
	margin-top: 2px;
	margin-right: 20px;
	border-right: 1px solid #ccc;
	}

#leftcolumn a { font-size: 14px; }



#rightcolumn {
	float: right;
	width: 253px;
	margin-top: 163px;
	background: url(images/bg_right_column.gif);
	border-bottom: 4px solid #ccc;
	text-align: center:
	margin-bottom: 20px;
	height: 50px;
	}

#rightcolumn div {
	text-align: center;
	width: 213px;
	margin-left: 20px;
}

#content {
	padding: 0;
	margin:0 200px;
	width: 430px;
}
 

div#content { 
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px");
	}
	
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	}