#wrapper {
	margin: 0px auto;
	width: 900px;
}
#header {
	background: #FFFFFF url(images/header.jpg) no-repeat top;
	width: 900px;
	height: 225px;
}
#menu {
	background: #434d20;
	width: 900px;
	height: 25px;
}
#content {
	overflow: auto;
	background: #b7c09b; 
	width: 900px;
}
#left {
	float: left;
	background: #FFFFFF url(images/left.jpg) no-repeat top;
	width: 253px;
	height: 655px;
}
#right {
	float: left;
	background: #FFFFFF url(images/right.jpg) no-repeat top;
	width: 537px;
	height: 655px;
	margin-bottom: 20px;
}
#bar {
	clear: both;
	background: #434d20;
	width: 900px;
	height: 25px;
	margin-top: 4px;
}
#footer {
	width: 900px;
	margin: 20px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

* :focus { 
	outline: 0; 
}
* { 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
}
body { 
	background: #FFFFFF; 
	font-family: Verdana;
}

/* ||||||||||||||||||||||||||||||||||||||||| */

img.example {
	margin: 0px 2px 15px 2px;
	border: 2px solid #ececec;
}

/* ||||||||||||||||||||||||||||||||||||||||| */

p {
	color: #FFFFFF;
	font-size: 80%;
	line-height: 160%;
}
h1 {
	font-size: 18px;
	color: #c0c0c0;
}
h2 {
	font-size: 13px;
	color: #c0c0c0;
	padding: 0px 0px 7px 2px;
}

/* ||||||||||||||||||||||||||||||||||||||||| */

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #b7bf9a;
}
a.menu {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #b7bf9a;
}

/* ||||||||||||||||||||||||||||||||||||||||| */

ul.custom {
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
	color: #e2e2e2;
	font-size: 75%;
	line-height: 160%;
}


