/* Main Stylesheet */

/* Type */


h1{
	font-weight:		bold;
	font-size:			12px;
	color:				#000000;
	padding				0;
	margin:				0;
}

a:link, a:visited, a:hover{
	color:				#c00e82;
	text-align:			top;
	text-decoration:	none;
}

a:hover{
	text-decoration:	underline;
}

p{
	font-size:			11px;
	line-height:		15px;
	color:				#000;
	padding:			0;
	margin:				0;
}

body{
	background: 		#f1f7ff;
	font-style: 		normal;
	letter-spacing: 	0px;
	font-family: 		Verdana, Lucida Sans, Sans-Serif;
	margin: 			0;
	padding: 			0;
	text-align: 		left;
}

img { 
	border: none; 
}

/* Basic framework */

#container{
	background-image: url("../_img/bg_roundcorners.gif");
	position:		absolute;
	left: 			50%;
	top: 			50%;	
 	margin-left: 	-335px;
	margin-top:		-265px; 
	width: 			670px;
	height:			530px;
	border: 		solid black 0px;
}

#left{
	position:		absolute;
	left: 			10px;
	top: 			210px;	
 	margin: 		0px;
	width: 			170px;
	height:			325px;
	border: 		solid black 0px;
}

#right{
	overflow:		auto;
	position:		absolute;
	left: 			180px;
	top: 			217px;	
 	margin: 		0px;
	width: 			478px;
	height:			288px;
	border: 		solid black 0px;
}

#column_left{
	position:		absolute;
	left: 			0px;
 	margin: 		0px;
	width: 			230px;
	border: 		solid black 0px;
}

#magentaline{
 	background:		#c00e82;
	margin: 		0px;
	width: 			453px;
	height:			1px;
	margin:			20px 0px 20px 0px;
}

#click{
	cursor:			pointer; 
	cursor:			hand;
	background:		none;
	position:		absolute;
	left: 			100px;
	top: 			180px;	
	width: 			220px;
	height:			60px;
 	margin: 		0px;
	border: 		solid black 0px;
}

