@charset "UTF-8";
/**
 * "heavenseven Layout" - (X)HTML/CSS 
 *
 * central stylesheet
 *
 * @copyright       Copyright 2008, heavenseven
 * @link            http://www.heavenseven.net
 * @version         1.0.0
 * @lastmodified    $Date: 2008-05-05 $
 */
 
html {
	margin:0;
	padding:0;
}
body { 
	background: #0446a9 url("../images/bg_main_purple.png") repeat-x fixed; 
	background: #ff7c00 url("../images/bg_main_purple.png") repeat-x fixed; 
  color:white;
	font:7.5pt/7.5pt Arial, sans-serif;
	text-align:center;
}

a:link,
a:visited,
a:hover {
	color:white;
	text-decoration:none;
}
.bodytext {
	padding:1px;
	line-height:12pt;
}

.dotted {
	margin:0px auto;
	width:2%;
	border-bottom:1px dotted white;
}
#header {
	margin-top:30px;
}

#logo {}
#main {
	//position:relative; 
	margin-top:20px;
	width:100%;
}
#col1 {
	//position:relative; 
	background: transparent url("../images/bg_col1.png")  bottom right no-repeat;
	width:223px;
	height:700px;
	margin:0px auto;
	padding:1px;
}
#border {
	//position:relative; 
	//left:-3px;
	width:214px;
	height:688px;
	border:1px solid #83b0e6;
}
#col1_content {
	position:absolute; 
	//position:relative; 
	background-image: url("../images/deco_flower.png");
	background-repeat:no-repeat;
	background-position: bottom right;
	margin:0px auto;
	text-align:center;
	width:214px;
	height:688px;
}