html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, Verdana, sans-serif;
	text-align: left;
	color: #505367;
	background: url(images/img-body-bg.gif) repeat;
	font-size: 80%;
}

img {
	border: 0px;
}

h1 {
	font-size: 100%;
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
		
#leftBar {
	width: 50%;
	min-height: 100%;
	text-align: left;
	position: relative;
	background: url(images/img-leftbar.gif) repeat-y;
}

#rightBar {
	width: 50%;
	min-height: 100%;
	text-align: left;
	position: relative;
	background: url(images/img-rightbar.gif) repeat-y;
	background-position: right;
}

#containerTable {
	height: 100%;
}

#container {
	margin: 0 auto;
	width: 760px;
	background: #1c1b1b url(images/img-container-bg.jpg) repeat-x;
	background-position: bottom;
	border: 2px solid #595757;
}

#header {
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding-top: 10px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

#header p {
	margin: 0px 0px 8px 22px;
	text-align: left;
}

#navigation {
	width: 720px;
	height: 20px;
	background: url(images/img-menu-bg.jpg) repeat-x;
	border: 1px solid #595757;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}

#navigation a {
	color: #ffffff;
	font-weight: bold;
}

.menuOption {
	border-right: 1px solid #595757;
	float: left;
	height: 20px;
	padding-left: 10px;
	padding-right: 15px;
}

	
#content {
	width: 700px;
	padding: 10px;
	border: 1px solid #595757;
	margin: 0 auto;
	color: #fdd09e;
	overflow: hidden;
	clear: both;
}

#footer	{
	width: 720px;
	padding-left: 20px;
	margin-top: -20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	color: #fdd09e;
	font-weight: bold;
}

#clearfooter {
	height: 35px;
	width: 100%;
	clear: both;
}

.imgBorder {
	border: 1px solid #595757;
}

.img
{
    width: 675px;
    margin: 0 auto
}

.img img
{
    
}