/* General */
*{margin: 0px; padding: 0px;}

body
{
	background: #fff url(images/navbg.gif) repeat-x 0px 117px;
	color: #666;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-align: center;
}

a{color: #f5821f; text-decoration: underline;}
a:hover{color: #f5821f; text-decoration: none;}
b{font-weight: normal;}
p{padding: 5px 10px;}
p span{
	font-size: 14px;
	color: #000;
}
p.rec{padding: 10px 20px; font-family: "Comic Sans MS",Sans-Serif;}
h1
{
	border-bottom: solid 1px #ccc;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 10px;
	padding: 10px 0px;
}
h1 span{color: #f5821f;}
a img{border: none;}

/* Classes */
.header{background: #fff url(images/header.jpg) no-repeat; height: 150px; width: 400px;}
.box{height: 150px; width: 300px;}
.left{float: left; width: 49%;}
.right{float: right; width: 49%;}
p.icon{
	background: #fff url(images/icon.gif) no-repeat;
	color: #f5821f;
	font-weight: bold;
	height: 80px;
	margin-top: 10px;
	padding: 5px 10px 5px 51px;
}

/* Wrapper */
#wrapper{
	position: relative;
	margin: 50px auto;
	text-align: left;
	width: 700px;
}

/* Logo */
#logo{background: #fff url(images/logo.gif) no-repeat; height: 67px; width: 700px;}

/* Menu */
#menu{
	background: transparent url(images/navbg.gif) repeat-x;
	color: #fff;
	height: 40px;
	line-height: 40px;
	width: 700px;
}
#menu li{
	background: transparent url(images/navsep.gif) no-repeat 100% 0%;
	float: left; list-style-type: none;
}
#menu li a{
	background-color: inherit;
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 15px;
	text-decoration: none;
}
#menu a:hover, #menu .current{text-decoration: underline;}

/* Left Wrap */
#left_wrap{
	float: left;
	width: 400px;
}

/* Right Wrap */
#right_wrap{
	float: right;
	width: 300px;
}
#left_wrap ul, #right_wrap ul{list-style-type: none; margin-left: 10px;}
#left_wrap ul li, #right_wrap ul li{background: transparent url(images/bullet.gif) no-repeat 0 4px; margin-top: 5px; padding-left: 15px;}

#content{
	clear: both;
	width: 700px;
}

/* Footer */
#footer
{
	border-bottom: solid 1px #f5821f;
	border-top: solid 1px #f5821f;
	clear: both;
	color: #999;
	margin-top: 10px;
	text-align: center;
	width: 700px;
}
#footer p{padding: 10px 0px;}

table{width: 100%;}
input,textarea{width: 270px; border: solid 1px #f5821f;}
input.button{width: 100px;}
tr{height: 30px;}
td{padding: 0px 10px;}