@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin: 0px auto;
	width: 1000px;
	background-color: #ff69b4;
}
a:link {
	color: #000; 
	text-decoration: underline; 
}
a:visited {
	color: #000; 
	text-decoration: none; 
}
a:hover {
	color: #00F; 
	text-decoration:; 
}
a:active {
	color: #000;
}
h1 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
}
h2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.class1 {font-family: Arial, Helvetica, sans-serif; font-size: 36px; font-weight: bold; color: #FF0;}
.class1 a:link {text-decoration: underline; color: #00F;}
.class1 a:visited {text-decoration: underline; color: #00F;}
.class1 a:active {text-decoration: none}
.class1 a:hover {text-decoration: underline; color: #FF0;}
#main {	
	background-image:url('index/background.jpg');
	border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}
#left_column {
	float: left;
	width: 648px;
}
#right_column {
	float: left;
	width: 348px;
	height: 600;
}
#footer {
	clear:both;
	background-color: #FFF;
}