@charset "ISO-8859-1";

/* CSSn resetointi */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}


/* Perusasetukset */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:#000 url(backgroundblue.png) repeat-x center top;
	background-attachment:fixed;
	margin-bottom:30px;
}
	
h1 {
	font-size:1.4em;
	margin:20px 0 20px 0;
}
	
h2 {
	font-size:1.2em;
	margin:0 0 20px 0;
}
	
a {
	color:#999;
}

	
a:hover {
	color:#FFF;
}

	
hr {
	width:55%;
	margin-top:40px;
	margin-bottom:40px;
}

	
em {
	color:#FFC;
	font-style:normal;
}
	
strong {
	font-weight:bold;
}
	

/* Div id asetukset */

/* Sivun sisältö */
#wrap {
	width:800px;
	margin:0 auto;
	background-color:#000;
}

/* Header, jossa Tursan logo */
#header {
	width:800px;
	margin:0;
}

/* Menupalkki */
#menu {
	width:800px;
	background-color:#000;
	
}
	
/* Sisältö */
#content {
	background-color:#000;
	color:#999;
}

/* Yhteystiedot */
#contact {
	width:800px;
	background:#000;
	padding:0;
	margin:0;
	font-size:1.2em;
	line-height:1.2em;
	color:#999;
	text-align:left;
}

/* Footerpalkki */
#footer {
	width:800px;
	background:#000;
	padding:0;
	margin:20px 0 0 0;
}



/* Div class asetukset */


/* Tekstiosa */
.textright {
	margin:0 20px 0 240px;
	padding:20px;
	font-size:1.4em;
	line-height:1.4em;
	color:#999;
	text-align:justify;
}

/* Kuvapalkki vasemmalla */
.picturebox {
	float:left;
	clear:both;
	margin:20px 0 0 20px;
	font-size:1.2em;
	text-align:center;
	
}

/* Turun Ursan kalenteri */
.calender {
	margin:20px 100px 0 100px;
	
}

/* Sponsoribanneri */
.sponsorbanner {
	margin:10px 10px 0 10px;
}


