@charset "utf-8";

body {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A5157;
}
#pageContainer {
	width: 860px;
	color: #70695A;
	margin:0 auto;
	padding-top: 0px;
	margin-top: 0px;
}

#welcome {
	background: url(../images/blueBritainGirl.jpg) bottom right no-repeat;
}

h1, h2, h3 {
	text-transform: lowercase;
	color:#333333;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 13px;
}

p, ul, ol {
}
.clearAll {
	clear:both;
}
.blue {
	color:#3366cc;

}

p {
}

ul {
}

ol {
}

a {
	color: #3366cc;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}
br {
	line-height: 19px;
}
.input {
	border: 1px solid #666666;
}

.textarea {
	border: 1px solid #666666;
}

/* Header */

#header {
	background: #FFFFFF url(../images/header.gif) repeat-x;
	width: 860px;
	height: 140px;
	padding-top: 0px;
}

#header h1 {
	padding: 35px 0 0 40px;
	height: 35px;
	font-size: 38px;
	font-weight: normal;
	color: #FFFFFF;
}

#header h2 {
	padding: 0px 0 0 40px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	background: #FFFFFF url(../images/menu.gif) repeat-x;
	width: 860px;
	height: 40px;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	margin: 0 10px;
	padding: 10px 20px 0 20px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #3366cc url(../images/menuSelected.gif) repeat-x left bottom;

}

#menu .active a {
	background: #3366cc url(../images/menuSelected.gif) repeat-x left bottom;
}

/* Page */

#contentContainer {
	background: url(../images/img06.gif) repeat-x;
	border: 1px solid #000000;
	position:relative;
}


/* Content */

#content {
	float: left;
	width: 630px;
	display:inline;
}

#content h1 {
	margin: 10px 0 20px 0;
	padding-left: 33px;
	background: url(../images/star.gif) no-repeat left center;
}

#content .content {
	padding-left: 32px;
}

.welcomeEntry {
	padding-right: 332px;
}

.messageSuccess {
	background-color: #3366cc;
	color: #FFFFFF;
	padding: 4px;
	width: 595px;
}

.newsTitle {
	font-weight: bold;
	font-size: 16px;
}

.newsContent {
	margin-bottom: 10px;

}

#receipt {
	background: #EBEBEB;
	width: 95%;
	padding: 10px 10px 10px 10px;
	border: 1px solid #666666;
}
#receipt img {
	vertical-align: middle;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 214px;
	padding: 0 1px 0 0;

}

#sidebar a {
	color: #4A5157;
}

.box {
}

.box .title {
	height: 27px;
	padding: 6px 0 0 34px;
	background: #3366cc url(../images/boxTitle.gif) no-repeat;
	text-transform: lowercase;
	font-size: 17px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;

}

.box .boxContent {
	padding: 20px 10px 20px 10px;
	background: url(../images/img06.gif) repeat-x;
	margin-top: 0px;
}
.box .boxContentAdvert {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 9px;
	background: url(../images/img06.gif) repeat-x;
	margin-top: 0px;
}

.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 12px;
}

.box small {
	font-size: 10px;
	color: #808C96;
}

/* Footer */

#footer {
	width: 860px;
	margin:0 auto;
	padding: 35px 0;
	font-size: 12px;
}

#footer p {
	text-align: center;
}