* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 100%;
	background: #ffffff;
	background-image:url('gr/background.jpg');
	background-repeat:repeat-x;
}

a:visited {color: #02458d; font-weight: bold; text-decoration: none;}
a:link {color: #02458d; font-weight: bold; text-decoration: underline;}
a:hover {color:#000002;  text-decoration: underline;}

p, li, form {
	font: 1em/1.4em Tahoma, sans-serif;
	margin-bottom: 25px;
}

td img {display: block;}

h1 {
	font: 2.2em Tahoma, sans-serif;
	color: #fffffe;
	height: 0px;
}

h2 {
	font: 2em Tahoma, sans-serif;
	color: #02458d;
	margin-bottom: 15px;
}

ul  {
	padding-left: 30px;
        margin-top: 0
}
li  {
margin:0; /* disposes of the space between the items */
text-indent:none;
font-weight:bold;
font: .8em Tahoma, sans-serif;
}

#page-wrap {
	background: white;
	margin: 10px auto;
	width:955px;
}
	
#page-wrap #inside {
}
	
#main-content {
	padding-left: 40px;
	padding-top: 20px;

	margin: 20px 0px 0px 0px;
	min-height: 440px;
	background-color:#f8f8f8;
	background-image:url('gr/background-content.jpg');
	background-repeat:repeat-y;

}

#header {
	height: 95px;
	background: #506aa7;
	text-align: center;
}
	
#left-sidebar {
	float: left;
	padding-left: 0px;
	padding-top: 20px;
}

#footer {
	background: #000000;
	height: 170px;
}

