@charset "utf-8";
body {
	background-color: #333333;
	background-image: url(img/bkgd_sword_roses.jpg);
	background-repeat: no-repeat;
	margin-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	position:absolute;
	width:700px;
	margin: 70px 0px 0px 75px;
	padding:0;
	background:transparent url(img/col1_lines.gif) repeat-y top left;
	}
#col1Content {
	position:relative;
	text-align:left;
	background:transparent url(img/column_bkd_word.jpg) no-repeat top left;
	width:335px;
	font:normal 13px/18px arial;
	color:#333;
	padding:100px 75px 0 75px;
	}
	
	
#footer {
	position:absolute;
	background:url(img/col1_footer.gif) no-repeat top center;
	width:484px;
	height:48px;
	margin-left:-150px;
	padding-left:150px;
	padding-top:27px;
	padding-bottom:0;
	margin-bottom:0;
	z-index:300;
	text-indent:-150px;
	text-align:center;
	font-size:11px;
	}

h1 {
	font-size: 165%;
	}

h2 {
	font-size: 150%;
	background: url(img/bullet_rose.gif) no-repeat center left;
	padding-left: 28px;
	padding-top: 7px;
	padding-bottom: 7px;
	}	
	
ul {
	padding:0px;
	margin-left:20px;
	}

li { 
list-style: none; 
background: url(img/bullet_sword.gif) no-repeat center left; 
padding-left: 40px;
line-height:200%;
} 	


