/*
Created by:		gL@oesel.edu.ee
Created on:		01.06.2004

Cascading Style Sheets for use on the main page.
*/

body {
	margin: 0;
	background-color: #D7CCBB;
	font-family: Book Antiqua, serif;
}

a:link {
	font-weight: bold;
	color: #5B718F;
}

a:visited {
	font-weight: bold;
	color: #5B718F;
}

a:hover {
	font-weight: bold;
	color: #D73E2B;
}

table#Frame {
	width: 100%;
	height: 100%;
}

	td.CornerCell {
		width: 17px;
		height: 17px;
	}
	
	td.HorCell {
		width: auto;
		height: 17px;
	}
	
		td#Top {
			background-image: url("img/span_top.gif");
		}

		td#Bottom {
			background-image: url("img/span_bottom.gif");
		}

		td#Left {
			background-image: url("img/span_left.gif");
		}

		td#Right {
			background-image: url("img/span_right.gif");
		}
		
	td.VerCell {
		width: 17px;
		height: auto;
	}
	
	td.MainCell {
		/* dud shit */
	}

table#Content {
	position: static;
	margin-top: 35px;
	width: 700px;
	min-width: 700px;
}

	td#ContentLeft {
		width: 174px;
	}
	
	td#ContentRight {
		width: auto;
		padding-bottom: 25px;
	}
	
h1 {
	margin-top: 0;
	font-variant: small-caps;
	font-size: 180%;
	color: #5B718F;
}

h2 {
	margin-top: 0;
	font-variant: small-caps;
	font-size: 130%;
	color: #5B718F;
}

p {
	font-size: 100%;
	color: #342F2C;
}

	p.Lead {
		font-weight: bold;
		color: #D73E2B;
	}
	
	p.Counter {
		font-size: 75%;
		font-variant: small-caps;
		font-weight: normal;
		color: #566F54;
	}

strong {
	color: #556E53;
}

img.Sellipilt {
	float: right;
}