/* 
    Document   : blog.css
    Created on : 21.2.2010, 13:03:07
    Author     : tkv
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root{ display: block;}
@font-face {
  font-family: QuillScript;
  src: url(QUILSCRN.TTF);
}
html { height: 100%; }
body { font-family: QuillScript, serif; height: 100%; }
table.raceEvent {border: 1px solid blue;}
table.raceEvent > td {border: 1px solid blue;}
.double { text-align:right }
textarea { width:40em }
div > p { width:40em }
div > p:first-letter { font-size:120%; font-weight:bold}
img { border:none }
border:none }



#kokojuttu {
	min-width: 1100px;
	height: 100%;

}

#ylapalkki {
}

#top_nav {
	min-width: 11000px;
}

#container {
	min-width: 1100px;
	height: 100%;

}

#left_col {
	width: 200px;
	float: left;
}

#right_col {
	width: 200px;
	float: right; 
}

#page_content {
	min-width: 800px;
	margin-left: 200px;
	margin-right: 200px;
	height: 100%;	
}

