/*#############################################################
Name: Coffee N Cream
Date: 2006-08-24
Description: A smooth coffee style template.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(img/brown.gif) repeat;
	color: #000000;
	font-family: "Times New Roman",serif;
	font-size: 100%;
}
p,ul {
	font-family: "Times New Roman",serif;
	padding-bottom: .3em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

h1,h2,h3 {
	padding-top: 6px;
}

blockquote {	
	margin-left: 50px;
	margin-bottom: 20px;
}



.size1 {
	font-size: small;
}
.size3 {
	font-size: large;
}

/* structure */
.container {
	margin: 0 auto;
	min-height: 500px; 
	position: relative;
}

.disclaimer {
	text-align: center;
}


/* content */
.content {
	padding-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

.content li {
	color: #000000;
	list-style: disc;
	margin-left: 18px;
}



/* footer */
.footer {
	background: #51A4B0;
	color: #FFFFFF;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

