body {
	background-color : #3cc;
	text-align : center;
}

#clock {
	font-family : Arial, Helvetica, "Sans Serif";
	font-size : 13px;
	font-weight : bold;
	color : #00f;
}

#header {
	width : 688px; 
}
	#header h1 {
		width : 100px;
		height : 106px;
		background : url('image/minitarta.jpg') no-repeat;	
		margin : 0;
	}
		#header h1 span { display : none; }
	#header marquee {
		background-color : #C0C0C0;
		font-family : "Comic Sans MS"; 
		font-weight: bold;
		width : 688px; 
		height : 23px;
		text-transform : uppercase;
	}
	#header img.barra {
		display : block;
		border : 0;
		width : 688px; 
		height : 1px;
	}

#content {
	text-align : center;
	font-family : "Comic Sans MS";
	font-size : 13px;
	color : #000;
}

a {
	text-decoration : none;
	font-family : "Comic Sans MS";
	color : #008;
}
h1 {
	font-family : "Comic Sans MS";
	font-size : 18px;
	color : #00F;
	text-transform : uppercase;
	display : block;
}	
	h1 span { padding : 5px; }
h2 {
	font-family : "times new roman";
	font-size : 18px;
	font-weight : bold;
	font-style : italic;
	color : #000;
}
h3 {
	font-family : Verdana;
	font-size : 16px;
	font-weight : bold;
	font-style : italic;
	color : #000;
}
h4{
	font-family : Verdana;
	font-size : 13px;
	font-weight : bold;
	color : #000;
	text-transform : uppercase;
}
h5 {
	font-family : "Comic Sans MS";
	font-size : 13px;
	font-weight : normal;
	color : #000;
}
ol,ul {
	text-align : justify;
	margin-bottom : 20px;
//	padding : 0 30px 0 30px;
}
li {
	margin-bottom : 8px;
}

form {
	margin : auto;
	margin-top : 20px;
	position : relative;
	width : 400px;
	text-align : left;
}
form fieldset { 
	margin : 0;
	padding : 0;
	border : 0; 
	text-align : right;
}
label input, textarea, button {
	border : 1px solid #008;	
	font-family : helvetica, verdana;
	font-size : 13px;
	font-weight : normal;
	color : #008;
	padding : 0 2px 0 2px;
}
button { 
	font-family : "Comic Sans MS";
	font-weight : bold;
	background-color : #cff;
	margin : 0 2px 0 2px;
}
label { 
	font-family : "Comic Sans MS";
	font-size : 13px;
	color : #000;
	position : relative;
	display : block; 
	font-weight : bold;
	margin : 8px 0 0 0;
}
label input {
	position : absolute;
	right : 0px;
}

a.home {
	margin : auto;
	display : block;
	width : 106px;
	height : 112px;
	border : 3px ridge #0ff;
	background : url('image/minitarta.jpg') no-repeat center center;
}
	a.home span { display : none; }
a.back {
	margin : auto;
	margin-top : 20px;
	display : block;
	width : 60px;
	height : 25px;
	border : 3px ridge #0ff;
	padding : 2px 10px 2px 10px;
}
	a.back span { font-size : 16px; } 
	
ul.menu { 
	text-align : center;
	clear : both;
	margin : 0;
	padding : 0;
	width : 688px;
}
ul.menu li {
	list-style : none;
	border : 1px;
	width : 80px;
	height : 22px;
	border : 3px ridge #0ff;
	float : left;
	margin-bottom : 0;
}
	ul.menu li a {
		font-family : Helvetica, "Sans Serif";
		font-size : 10px;
		text-transform : uppercase;
		letter-spacing : -1px;
		color : #fff;
		background-color : #008;
		display : block;
		width : 80px;
		height : 22px;
	}
		ul.menu li a em {
			display : block;
			width : 80px;
			height : 22px;
			font-style : normal;
			background-color : #080;
		}
		ul.menu li a:hover {
			background : url('image/lihover.jpg') no-repeat center top;
		}
		ul.menu li a span {
			position : relative;
			top : 4px;
		}

div.photo img {
	margin : 5px;
	border : 1px solid #000;
	width : 160px;
	height : 120px;
	cursor : pointer;
//	cursor : hand;
}
div.photo img.largeThumb {
	width : 256px;
	height : 192px;
}
div.photo img.tallThumb {
	height : 256px;
	width : 192px;
}

.large {
	font-size : 16px;
}
.bold {
	font-weight : bold;
}
.border {
	border : 3px ridge #0ff;
}
.padding {
	padding : 2px 10px 2px 10px;
}
.upper {
	text-transform : uppercase;
}