body {
	font-family:'Optima', 'Lucida Grande', Georgia, Arial, sans-serif;
	font-size:14px;
	background-color:#3e4594;
	background-image:url('/images/background.jpg');
	background-repeat:repeat-x;
	
}

#page {
	width:960px;
	padding:10px;
	margin:0 auto 20px auto;
	background-color:white;
	min-height:500px;
	background-image:url('/images/content-background.jpg');
	background-repeat:repeat-y;
	border-radius-bottomleft:12px;
	border-radius-bottomright:12px;
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-bottomright:12px;
	-webkit-border-bottom-left-radius:12px;
	-webkit-border-bottom-right-radius:12px;
}

#nav {
	height:68px;
	width:960px;
	margin:0 auto;
	padding:0px 10px;
	background-image:url('/images/nav-bg.jpg');
	background-repeat:repeat-x;
}

#nav ul {
	list-style:none;
}

#nav ul li {
	float:left;
	width:auto;
}

#nav a {
	color:white;
	font-size:24px;
	display:block;
	width:auto;
	padding:10px 20px 0 20px;
	height:58px;
	
}

#nav a:hover {
	background-color:black;
	background-image:url('/images/nav-bg-ro.jpg');
	text-decoration:none;
}

#header {
	min-height:150px;
	width:980px;
	margin:0 auto;
}

.column {
	width:220px;
}

.box {
	width:200px;
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;	
	margin-bottom:10px;
}

.grey {
	background-color:#eaeaea;
}

h1 {
	font-size:36px;
	margin-top:0;
}

h2 {
	font-size:24px;
	margin-top:0;
}

h3 {
	font-size:16px;
	margin-top:0;
}

ul {
   list-style-type: none;
   padding: 0;
   margin: 0;
}

li{
   background-image: url('/images/arrow.gif');
   background-repeat: no-repeat;
   background-position: 0 .4em;
   padding-left: .6em;
}

li a {
	color:black;
	text-decoration:none;
}

li a:hover {
	text-decoration:underline;
}

#left_sidebar {
	float:left;
	margin-right:20px;
}

#content {
	float:left;
	width:440px;
	padding:0 10px 10px 10px;
	margin-right:20px;
}

#home_content {
	float:left;
	width:680px;
	padding:0 10px 10px 10px;
}

#right_sidebar {
	float:right;
}

#intro {
	height:300px;
}