* { padding: 0; margin: 0; }

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 24px;
	background-image: url(bg.png);
	background-repeat: repeat-x;
}

#logo {
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 1040px;
	background-image: url(top.png);
	background-repeat: no-repeat;
}

#logo h1 {
	display: none;
}

#pteklogo {
	float: left;
	margin-left: 25px;
	margin-top: 20px;
}

#logowrapper {
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 1040px;
	background-color: #FFFFFF;
}

h2 {
	color: #14316C;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}

h3 {
	color: #112F6A;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}

#images {
	background-image: url(sending.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#floatrightphoto {
	float: right;
	width: 350px;
	height: 300px;
	border: solid #ccc 2px;
	margin-left: 30px;
}

#footer {
	height: 50px;
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(footer.png);
}

#credits {
	font-size: 10px;
	color: #717171;
	letter-spacing: 1px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#credits a {
	text-decoration: none;
	color: #6a6a6a;
	border-bottom: solid #999 1px;
}

#credits a:hover {
	text-decoration: none;
	color: #112F6A;
	border-bottom: solid #112F6A 1px;
}

#nav {
	background-repeat: no-repeat;
	background-image: url(navbg.png);
	text-align: center;
	background-position: center;
	text-align:center;
	list-style:none;
	height: 50px;
	float: right;
	margin-top: 55px;
	width: 680px;
	line-height: 47px;
	margin-right: 25px;
}

#nav li {
	font-size: 12px;
	display: inline;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 8px 18px 8px;
}

#nav a:hover {
	color:#FFB80A;
}

#nav .active {
	background-image: url(bullet.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #FFB80A;
}

#tutorprofile{
	margin-bottom: 15px;
}

.photoleft{
	float: left;
	border: solid #ccc 4px;
	margin-right: 20px;
}

.tutortitle{
	color: #112F6A;
	font-size: 14px;
	font-weight: normal;
}
