/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666;
	background-color:#fff;
	margin:15px 0 35px 0;
	padding:0;
	}

.clearfix {display: inline-block;}
	
#container {
	margin:0 auto 0 auto;
	width: 850px;
	height:auto;
}

#header {
	border-bottom: 1px dotted #ccc;
	float:left;
	margin:0;
	padding-bottom:20px;
	width:850px;
	}

/*#manifesto {
		border-bottom: 1px dotted #ccc;
		padding:0 0 30px 0;
		font:normal 52px/52px georgia;
		color:#000;
}

#manifesto p {
	font:normal 12px/12px georgia;
	font-style:italic;
	line-height:1.75em;
	color:#ccc;
}*/

#big img {
	display:inline;
	margin:0;
	padding:0;
}


#symbol {
	float:left;
	border-left: 1px dotted #ccc;
	margin:20px 0 10px 0;
	padding:0 10px 0 10px;
	width:250px;
	height:300px;
}

#symbol h1 {
	display:inline;
	font:normal 54px/54px georgia;
}

#symbol p{
	font:normal 14px/14px georgia;
	font-style:italic;
	line-height:1.75em;
}


#footer {
	float:left;
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
	margin:15px 0 50px 0;
	padding:5px;
	display:inline;
	width:850px;
	font:normal 10px/10px georgia;
	font-style:italic;
	color:#ccc;
	text-align:left;
}


/* ====navigation==== */

.navigation {
		float:left;
		padding:0;
		margin:10px 0 0 0;
		font:normal 14px/14px georgia;
		color:#cc3300;
}

.navigation li {
		display:inline;
}

.navigation li a {
		color:#cc3300;
		text-decoration:none;
}

.navigation li a.selected {
		color:#cc3300;
		border-bottom:1px dotted #ccc;
}

.navigation li a:hover {color:#000}
	
	
	
