/* CSS Document */

body{
color:#CCCCCC;
background-color:#000000;
margin:0;
font-family:"Times New Roman", Times, serif;
font-size:14px;
}

p{
margin:0 0 3px 0;
text-indent:10px;
text-align:justify;
}

h1{
font-size:200%;
margin:0;
}

h4{
font-size: 85%;
	font-weight: bold;
	margin:0;
	}
	
	a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}

#wrapper{
position:relative;
padding:10px;
width:800px;
margin:10px auto;
background-color:#666699;
}

#content{
width:540px;
float:left;
padding:5px;
height:350px;
overflow:auto;
}

#clear{
clear:both;
font-size:0;
}

.button{
font-family:Verdana, Arial, Helvetica, sans-serif;
	width:90px;
	padding:0 10px;
	margin:2px 0;
	text-align:center;
	background-color:#000;
	border: thin outset #FFF;
	left: 673px;
	}
	
	.cutting{
	width:560px;
	margin:15px auto;
	text-align:center;
	padding:10px;
	background-color:#333333;
	border:#666666 thin inset;
	}

