body {
	margin: 0;
	padding: 0;
	background: #eee; 
		color: #333333;
font-family: ‘Courier New’, Courier, monospace;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: upercase;
	color: #000;
}

a {
	color: #688000;
}

a:hover {
	text-decoration: none;
}

p, ul, ol, blockquote {
	text-align: justify;
}

/* Header */

#header {
	width: 480px;
	height: 60px;
	margin: 0 auto;

}

#logo {
	float: left;
	padding: 25px 0 0 30px;
}



#logo a {
	text-decoration: none;
	color: #333333;
font-family: ‘Courier New’, Courier, monospace;
}

#menu {
	float: right;
	padding: 40px 10px 0 0;
}




#menu img {

	border: 2px solid #D8D8D8;
	-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px; /* future proofing */
-khtml-border-radius: 4px; /* for old Konqueror browsers */

}



/* Content */

#content {
	width: 480px;
	margin: 0 auto;
	background: url(images/img3.gif) repeat-y;
}

.story {
width: 200px;

	background: none;
}


/* Column One */

#colOne {
	margin: 5px;
	background: transparent;
}

#colOne .post {
	padding: 8px;
	border-bottom: 1px dotted #A8C54B;
	width: 400px;
	text-align: right;
}

#colOne .story {
width: 200px;

	background: #eee;
}

#colOne .posted {
font-size: 16px;
		color: #333333;
font-family: Georgia, Serif;
}

#post {
	padding: 8px 0;
	border-bottom: 1px dotted #A8C54B;
	width: 400px;
	text-align: right;
}


#flip-tabs{
	width:480px;
		margin:20px auto; position:relative;
}

#flip-navigation{
	margin:0 0 10px; padding:0; 
	list-style:none;
	  -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; 
-khtml-border-radius: 10px;
}
#flip-navigation li{ 
	display:inline; 
}
#flip-navigation li a{
	text-decoration:none; padding:10px; 
	margin-right:0px;
	background:#eee;
	color:#333; outline:none;
	font-family: Georgia, Serif; font-size:12px; text-transform:uppercase;
}
#flip-navigation li a:hover{
	background:#999; 
	color:#f0f0f0;
}
#flip-navigation li.selected a{
	background:#f9f9f9;
	color:#000;
}
#flip-container{  
	width:480px;
	font-family: Georgia, Serif; font-size:13px;
	list-style:none;
	}

#flip-container div { 
	background:#eee;

}
#flip-container div ul{
	background:#f9f9f9;
	border:1px solid #f0f0f0;
	margin:0; padding:15px 5px;
	list-style-position:inside;
	list-style:none;
}
#flip-container div ul li{
	padding:5px 0;
}
#flip-container .orange{ background:#f9f9f9; color: #000;
	  -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; 
-khtml-border-radius: 10px; }
#flip-container div ul.green{ background:#f9f9f9; color: #000;
	  -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; 
-khtml-border-radius: 10px; }
#flip-container div ul.blue{ background:#f9f9f9; color: #000;
	  -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; 
-khtml-border-radius: 10px;}


.gallery { width:460px; margin:0 auto; } .gallery ul, .gallery ul p { margin:0; padding:0; list-style-type:none; } .gallery ul li { display:inline; } .gallery ul li a { display:block; margin:5px; float:left; padding:5px; width:150px; border:1px solid #ccc; } .gallery ul p { text-align:center; padding:2px 0 2px 0; }
.gallery img { width:80px;height:80px; }