@charset "UTF-8";
/* CSS Document */

body {
		background: url(images/bg1.jpg) #fff;
		text-align:center;
		font-family: Arial, Helvetica, sans-serif;
}

#content h3 {
		margin:0;
		padding:0;
}

#content p {
		padding:0;
		margin:0 0 10px 0;
		color:#333;
}

#wrapper {
		width:720px;
		margin:0 auto;
		text-align:left;
		background:#FFF;
		padding:1em;
}

#header img {
	padding:0 10px 10px 0;
}

#logo {
		float: left;
}

#navigation{
		float:right;
		padding-top:60px;
		
}

#navigation ul {
		margin:0;
		padding:0;
		list-style:none;
		width:450px;
		float:right;
}

#navigation ul li {
		float:right;
}

#navigation ul a {
		display:block;
		padding:0 1em;
		line-height:2.1em;
		text-decoration:none;
		/*color:rgb(0, 101, 167);*/
			color:#031964;
		font-weight:bold;
}

#navigation ul a:hover {
		/*background:#031964;*/
		text-decoration: underline;
}



#pictures {
}

#content {
		width:520px;
		float:left;
}

#content p {
		line-height:1.3em;
}


#content h1, #sidebar h1 {
		color:#031964;
		font-size: 22px;
}

#content h3 {
		font-size:18px;
		color:#333;
		padding-bottom:0;
		margin-bottom:0;
		padding-top:10px;
}

#content h2 {
		font-size:22px;
}

#content p {
		padding-bottom:0;
		padding-top:0;
}


#sidebar {
		width:180px;
		float:right;
		background:url(images/bgblock.gif) repeat-x;
		padding-left:5px;
}

#sidebar ul {
		list-style:none;
		padding:0 0 10px 0;
		margin:0;
	
}

#sidebar ul li {
	display:block;
	padding-bottom:5px;
}

#sidebar #reviews ul li {
		display:block;
		padding-bottom:8px;
}

#sidebar img {
		border:0;
}



#footer {
		clear:both;
		font-size:12px;
		text-align:center;
		padding-top:10px;
}

#footer a, #content a {
		text-decoration:none;
}

#footer a:hover, #content a:hover {
		background:#031964;
		color:white;
}

