div#container {
	margin: auto;
	padding: 0px;
	width: 800px;
	height: 80%;
	background: #FFFFFF;
	border-bottom: 6px solid #006699;
	}
div#header {
	padding: 0px;
	margin: 0px;
	}
	
/* navigation style */

div.nav {
	text-align: left;
	text-decoration: none;
	font-family:arial;
	font-size:12px;
	float: left;
	width: 160px;
	height: auto;
	padding: 10px 5px 10px 4px;
	margin: 30px 6px 30px 0px;
	background-color: none;
	border:1px solid black;
	border-top: 10px solid black;	
}

div.nav ul {
	width: auto;
	height: auto;
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
div.nav a {
	width: auto;
	text-decoration:none;
	color:#FFCC33;
	background-color: none;
	border-right:0px solid white;
	}
div.nav a:hover {
	font-size: 12px;
	color: red;
	}
div.nav li {
	display: list-item;
	padding: 2px
	}
	
/* Content style */
div.content {
	height: 100%;
	padding: 20px;
	margin: 10px 0px 10px 170px;
	background: none;
	font-family: Arial, Verdana;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    color: #333333;
    font-weight: normal;
    font-variant: normal;
    text-transform: normal;
    text-decoration: none;
	}
 h1 {
	font-size: 14px;
	font-weight: bold;
	}
	
/* form style */
.formbox { 
	float: left;
	width: 300px;
	height: auto;
	padding: 10px 20px 10px 20px;
	margin: 30px 5px 0px 10px;
	background: none;
	border: 1px solid #006699;
	}

fieldset {
	border: 1px solid #006699;
	padding: 10px;
	background: none;
}
legend {
    font-family: Arial, Verdana;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: #FFFFFF;
    font-weight: bold;
    font-variant: normal;
    text-transform: normal;
    text-decoration: none;
	float: left;
	clear: right;
	background: #006699;
	border: 1px solid #006699;
	padding: 3px 6px;
	margin-bottom: 5px;
	}
form {
	margin: 0px;
	padding: 10px;
	}
label,input,select {
	font-family: Arial, Verdana;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    color: #333333;
    font-weight: normal;
    font-variant: normal;
    text-transform: normal;
    text-decoration: none;
	}

input[type="text"] {
	float: left;
	clear: right;
	}

label {
	text-align: left;
	width: 180px;
	padding: 3px;
	vertical-align: middle;
	float: left;
	clear: right;
	}
select#wed {
	margin-left: 0px;
	width: 200px;
	}
br {
	clear: left;
	}
input.button {
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	padding: 0;
	}
	
/* info style */
.info { 
	float: right;
	width: 220px;
	height: auto;
	padding: 10px;
	margin: 30px 5px 50px 0px;
	border: 1px solid #006699;
	border-top: 10px solid #006699;
	background:#FFFFFF;
	font-family: Arial, Verdana;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    color: #333333;
    font-weight: normal;
    font-variant: normal;
    text-transform: normal;
    text-decoration: none;
	}
div#paypal {
	position: static;
	top: 90%;
	left: 90%;
	}
div.main {
	font-family: Arial, Verdana;
    font-size: 14px;
    font-style: normal;
    line-height: 160%;
    color: #333333;
    font-weight: normal;
    font-variant: normal;
    text-transform: normal;
    text-decoration: none;
	float: left;
	width: 500px;
	height: 50%;
	margin: 30px 0px 30px 10px;
	padding: 6px;
	border: 1px solid #006699;
	border-top: 30px solid #006699;
	}
div.main h1 {
	position: relative;
	top: -28px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin:0px;
	}
div.main ul {
	list-style-type: circle;
	}
div.main li {
	display: list-item;
	padding: 2px
	}
div.main a {
	width: 180px;
	padding: 3px;
	text-decoration:none;
	font-weight: bold;
	list-style-type: circle;
	color:#006699;
	background-color: #FFFFFF;
	border-right:0px solid white;
	}
div.main a:hover {
	color: #FFFFFF;
	background-color: #006699;
	}

