/* {
	border: 1px solid #ff0000;
} /* design purposes only */

html {
	padding: 0px;
	margin: 0px;
	background-color: #bfbfbf;
	background-repeat: repeat-x;
}

body {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-style: italic;
	font: 14px/20px Arial;
}

.center-area {
	position: relative;
	margin: 0px auto 0px auto;
	width: 960px;
}

#header {
	position: relative;
	width: 960px;
	height: 287px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#title {
	position: absolute;
	left: 182px;
	top: 35px;
	line-height: 27px;

	font-family: Arial;
	font-size: 19px;
	color: #ffffff;
}

#title2 {
	font-size: 18px;
}

#slogan {
	position: absolute;
	left: 155px;
	top: 117px;

	font-family: Arial;
	font-size: 11pt;
	color: #000000;
}

#admin-links {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	line-height: 25px;
	background-image: url(images/link-bg.png);
	z-index: 1;
	padding-left: 10px;
	padding-right: 10px;
}

#admin-links a {
	padding-left: 10px;
}

#links {
	position: absolute;
	background-image: url(images/link-bg.png);
	left: 487px;
	top: 0px;
	width: 355px;
	height: 69px;
	text-align: center;
}

#links a {
	line-height: 69px; /* Height of link div - vertically centres links */
	display: inline-block;
	width: 111px;
	height: 69px;

	color: #ffffff;
	text-decoration: none;
}

#links a:hover {
	color: #ffcc00;

	background-image: url(images/link-bg.png);
}

#index-link {
	position: absolute;
	border: none;
	left: 108px;
	top: 24px;
	width: 237px;
	height: 76px;
}

#content {
	position: relative;
	background-image: url(images/bg.gif);
	padding: 10px;
	padding-top: 5px;
}

#footer {
	position: relative;
	width: 960px;
	height: 120px;
	margin: -10px;
	margin-top: 18px;
	text-align: center;
}

.yellow-line {
	width: 100%;
	height: 22px;
	background-image: url(images/yellow-line.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
}

#footer span {
	position: absolute;
	bottom: 12px;
}

#built-by {
	left: 60px;
}

#copyright {
	right: 50px;
}

#twitter {
	margin-top: 5px;
	position: absolute;
	right: 0px;
	margin-right: 90px;
}

#testimonials {
	height: 246px;
	background-color: #373737;
	padding: 10px;
	margin-top: 12px;

	border-radius: 10px;
}

#testimonials-link {
	position: absolute;
	width: 375px;
	height: 246px;
}


/* Content styles */

#content img {
	border: 3px solid #ffffff;
	border-radius: 3px;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#icons a {
	text-decoration: none;
}


#footer a:hover {
	text-decoration: none;
	color: #ffcc00;
}

a {
	color: #ffcc00;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #ffcc00;
}

h1 {
	font-family: Tahoma;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
}

.like-h1 {
	font-family: Tahoma;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}

.white-lines {
	width: 100%;
	height: 26px;
	background-image: url(images/white-lines.jpg);
	background-repeat: no-repeat;
	margin-left: -10px;
	margin-right: -10px;
}

.padded {
	padding-left: 80px;
	padding-right: 80px;
	position: relative;
}

.col1,
.col2 {
	width: 48%;
}

.col1 {
	float: left;
}

.col2 {
	float: right;
}

.no-top-margin {
	margin-top: 0px;
}

.no-bottom-margin {
	margin-bottom: 0px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.centre {
	text-align: center;
}

.clear {
	clear: both;
}

.lyteframe-link {
	border: none;
	text-decoration: none;
}

.lyteframe-link img {
	border: none;
	text-decoration: none;
}

#icons img {
	border: none;
}

#icons {
	position: absolute;
	right: 50px;
	top: 30px;
}

#facebook-like {
	position: absolute;
	right: 30px;
	top: 5px;
}

.quote {
	margin-top: 10px;
}

.link-breaker {
	display: inline-block;
	width: 11px;
}

#edit-area {
	width: 100%;
	height: 150px;
}

#formatting-table {
	border: 1px solid grey;
}

#formatting-table {
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	width: 100%;
}
#formatting-table th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
#formatting-table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

.code {
	font-family: monospace;
}