@charset "UTF-8";
/* CSS Document */

	body {
		background-color:#fff;
		padding:0;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#555;
		line-height:1.5;
		}
		
	a {
		color:#555;
		border-bottom-style:solid;
		border-bottom-color: #6699cc;
		text-decoration:none;
		}
		
	a:hover {
		border-bottom:none;
		text-decoration:line-through;
		color:#6699cc;
		}
	
	b {
		color:#003333;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;
		}
		
	p {
		padding:0;
		text-indent:15px;
		}
		
	img {
		border:0;
		}
		
	#main {
		position:absolute;
		top:430px;
		left:110px;
		width:400px;
		}
		
	#side {
		position:absolute;
		top:430px;
		left:530px;
		width:200px;
		}
		
	.title {
		display:block;
		text-align:center;
		border-bottom-style:double;
		}
		
	ul {
		list-style-image:url('http://crossroadfic.com/skins/5/images/bull25.gif');
		list-style-position:inside;
		padding:0;
		margin:0;
		}
		
	label {
		font-weight:bold;
		text-transform:uppercase;
		letter-spacing:3px;
		margin:3px;
		}
		
	input {
		border-style: solid;
		border-color: #003333;
		border-width: 1px;
		background-color:#fff;
		color:#003333;
		font: 10px "arial", sans-serif;
		margin:3px;
		padding:3px;
		}

	textarea {
		border-style: solid;
		border-color: #003333;
		border-width: 1px;
		background-color:#fff;
		color:#003333;
		font: 10px "arial", sans-serif;
		margin:3px;
		padding:3px;
		}
		
	select {
		width:150px;
		background-color:#FFF;
		color: #003333;
		border:hidden;
		border-color:#003333;
		}
