/*
===========================
===== TEXTUAL STYLING =====
===========================
*/
p, li {
	font-family: Arial ;
	font-size:11px;
	color:#000;
	text-align: justify;
}
a:link, a:visited, a:active {
	font-weight:bold;
	color:#FB6B28;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/*
===========================
====== HTML STYLING =======
===========================
*/
html, body {
	margin:0px;
	max-width:700px;
}

h2 {
	margin: 0;
	margin-top: 0.2em;
	margin-bottom: 0.6em;
	padding: 0;
	font-family: Arial;
	font-size: 22px;
	color: #fdb546;
}


form {
	margin:0px;
}
input, select {
	font-family: Arial;
	font-size:11px;
	color:#000;
	width:155px;
	height:20px;
	margin-bottom:2px;
}
textarea {
	font-family:Arial;
	font-size:11px;
	color:#000;
	width:155px;
	height:80px;
	margin-bottom:2px;
}
td {
	border:none;
	padding:5px 5px 5px 0px;
	vertical-align:top;
}
/*
===========================
======== ID STYLING =======
===========================
*/
#container {
	width:700px;
}

#bg {
	background-image: url(images/BG.jpg);
	background-repeat: no-repeat;

}

#logo {
	margin:20px 0px 12px 15px;
}
#menu {
	margin-bottom:6px;
}
#searchBox, #contactBox {
	width:165px;
	padding:5px;
	margin-bottom:10px;
	background-color:#F2F2F2;
}
#content {
	float:right;
	width:510px;
}
#footer {
	width:700px;
	background-color:#E4E4E4;
	padding:5px;
}

.clear {
	display: none;
}