﻿body
{
	background-color: #003366;
	background-image: url('../images/background.png');
	background-repeat: repeat-y;
	font-family: Calibri;
	font-size: 11pt;
	margin: 0px;
}

body, a:link, a:visited
{
	color: #494949;
}

div#content a:link, div#content a:visited
{
	color: #993333;
}



div.slice
{
	width: 916px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div.box
{
}

#top
{
	background-image: url('/images/background_master.png');
	height: 142px;
	margin-top: 15px;
}

#middle
{
	background-image: url('/images/background_middleslice.png');
	background-repeat: repeat-y;
	min-height: 450px;
}

#bottom
{
	background-image: url('/images/background_master.png');
	height: 65px;
	background-position: 0px 65px;
}

#name
{
	left: 40px;
	top: 20px;
	width: 204px;
	height: 113px;
	position: absolute;
	font-size: 28pt;
}

#header
{
	position: absolute;
	width: 601px;
	height: 128px;
	top: 6px;
	left: 258px;
}

#city
{
	text-align: center;
	margin-top: 5px;
}

#lessons
{
	font-size: 24pt;
	text-align: center;
	margin-top: 30px;
}

#langpicker
{
	position: absolute;
	top: 12px;
	left: 840px;
	font-size: 8pt;
	color: #999999;
	cursor: hand;
}

ul.navigation
{
	margin: 0px;
	list-style-type: none;
	padding-bottom: 20px;
}

ul.navigation > li
{
	margin-top: 20px;
}

#nav
{
	position: absolute;
	width: 235px;
	top: 7px;
	left: 9px;
	text-align: center;
}

#content
{
	position: relative;
	width: 601px;
	top: 6px;
	left: 256px;
	height: 415px;
	margin-left: 15px;
	margin-right: 25px;
	padding-top: 15px;
	height: 100%;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

p
{
	padding: 0px 0px 20px 10px;
	margin: 0px;
}

img.inlineright
{
	float: right;
	margin-left: 20px;
}
img.inlineleft
{
	float: left;
	margin-right: 20px;
}

#footer
{
	text-align: center;
	font-size: 9pt;
	position: relative;
	width: 100%;
	margin-top: 40px;
	padding-bottom: 40px;
}

#footer, #footer > a:visited, #footer > a:link, #footer > a
{
	color: #666666;	
}


div.flash
{
}

div.silverlight
{
	display: none;
}


div.movie
{
	margin-left: auto; 
	margin-right: auto;
}

p.caption
{
	text-align:center; 
	font-size: 8pt; 
	padding-top: 8px;
}

div.gallery > p
{
	padding-bottom: 60px;
}

a
{
	text-decoration:none;
}

div.gallery
{
	text-align:center;
}

.size200x150
{
	width: 200px;
	height: 150px;
	padding: 15px;
	background-image: url('/images/framefor200x150.png');
}

.size240x180
{
	width: 240px;
	height: 180px;
	padding: 15px;
	background-image: url('/images/framefor240x180.png');
}

.size320x240
{
	width: 320px;
	height: 240px;
	padding: 15px;
	background-image: url('/images/framefor320x240.png');
}

.size480x360
{
	width: 480px;
	height: 360px;
	padding: 15px;
	background-image: url('/images/framefor480x360.png');
}

.size640x480
{
	width: 640px;
	height: 480px;
	padding: 15px;
	background-image: url('/images/framefor640x480.png');
}

form.commentform table
{
	width: 100%;
}

form.commentform table tr
{
	height: 50px;
}

form.commentform table td
{
	width: 40%; 
	text-align: right;
}

form.commentform table tr td + td  /*a td that's a sibling of anotehr td inside a tr inside a...*/
{
	width: 60%;
	text-align: left;
	padding-left: 20px;
}

form.commentform p
{
	padding: 0;
	margin: 0;
	font-weight: bold;
}

form.commentform table + p /*A P that's a sibling of a table that's a child of a form.commentform */
{
	padding-top: 20px;
}

form.commentform input#submitbutton
{
	font-family: Calibri; 
	font-size: 11pt;
	margin-top: 35px;
}
p.comment
{
	font-style: italic;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: inherit;
}

p.sig
{
	padding-left: 30px;
	padding-top: 5px;
}

p.between
{
	padding: 10px 25px 25px 0;
}

h1.paddedbottom
{
	margin-bottom: 20px;
}

img.quote
{
	width: 43px;
	height: 43px;
	position:relative; 
	top: 15px; 
	margin-right: 5px;
}