/* CSS Document */
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#7b704c;
	background-color: #fffff4;
	margin: 0px;
	padding: 0px;
	min-width: 750px;
}
#wrap {
	height: 147px;
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrap2 {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 1%;
	width: 540px;
	float: right;
	display: inline;
}
#header h1 {
   	padding:0px;
	margin:0;
}
#nav {
	width: 200px;
	height: 1%;
	text-align: right;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
#linkBox {
	background-image: url(images/shellb_content.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	float:left;
	width:200px;
	height: 200px;
	text-align: left;
}
#main h2, #main h3, #main p {
	padding:0 10px;
}
#sidebar {
	float:right;
	width:550px;
}
#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}
#footer {
	clear:both;
	font-size: 12px;
	text-align: center;
}
#footer p {
	padding:5px;
	margin:0;
}
#link1 {
	font-size: 18px;
	color: #f4a000;
	text-align: right;
}
#content a:link, #content a:visited, #content a:active, #content a:hover {
  color: #7b704c;
  text-decoration: underline;
}
a:link, a:visited, a:active {
  color: #7b704c;
  text-decoration: underline;
}
a:hover {
  color: #f89227;
  text-decoration: underline;
}
h1 {
  color: #7b704c;
  font-weight: bold;
  font-size: 11px;
}

h2 {
  color: #7b704c;
  font-weight: normal;
  font-size: 17px;
}

h3 {
  color: #7b704c;
  font-weight: bold;
  font-size: 17px;
}
h4 {
	font-size: 11px;
	font-weight: normal;
}
h5 {
	font-size: 12px;
	font-weight: normal;
}
#wrap2 #sidebar img {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
