@import "header.css";
@import "sidebar.css";
@import "general.css";
@import "menu.css";
@import "pagerating.css";
@import "contact.css";
@import "news.css";
@import "waves.css";

body
{
	background: url("../images/background2.png") repeat-x 0% -2px #a8a8a8;
}

#site
{
}

.clear {
	clear: both;
}

#site #content
{
	padding-top: 275px;
}


#site #content #text,
#site #footer
{	
	margin-left: 263px;
	margin-right: 30px;
	width: 750px;
}

#site #content #text .blockContent
{
	padding: 10px;
	padding-top: 0px;
	margin-top: -20px;
	padding-left: 30px;
	padding-right: 30px;

	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
}

#text .blockContent p,
#text .blockContent ul
{
	font-family: Verdana;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 17px;
}

#text .blockContent ul {
	list-style: square;
	margin-left: 30px;
}

#text .blockContent h1,
#text .blockContent h2
{
	font-size: 32px;
	font-family: "Arial", "Helvetica";
	padding-bottom: 10px;
	color: #375683;
}

#text .blockContent h2 {
	font-size: 16px;
	color: #365481;
}


#text .blockContent p a {
	color: #375683;
	text-decoration: underline;
}

#text .blockContent a:hover {
	text-decoration: underline;
	color: #666;
}

#footer
{
	margin-top: 10px;
	font-size: 10px;
	font-family: "Arial", "Helvetica";
	color: #666;
	text-align: center;
	padding-bottom: 10px;
}

.twitterBig { 
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	font-family: "Verdana";
}

.twitterBig em {
	color: silver;
	font-size: 11px;
}

.twitterBig strong {
	color: #6294DF;
}

#twitter a.more {
	color: #5E7AA4;
	text-decoration: none;
	padding-right: 14px;
	background: url("/static/images/external_link.png") 100% 50% no-repeat;
}

#twitter a.more:hover {
	text-decoration: underline;
}

.imageRight {
	float: right;
	margin-left: 20px;
}


.imageLeft {
	float: left;
	margin-right: 20px;
}

.smallImage {
	width: 200px;
	position: relative;
	margin-right: 30px;
}

#text .blockContent .imageBlock { 
	margin-bottom: 20px;
}

#text .blockContent .smallImage p {
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0px;	
	background: url("/static/images/image_label.png") 0% 0%;
	color: white;
	width: 195px;
	font-size: 10px;
	font-family: "Arial";
	font-size: 9px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 11px;
}

.smallImage img {
	width: 200px;
}

#text .blockContent .smallP p { 
	width: 700px; 
}

#text .blockContent .smallP .smallImage p { 
	width: 190px; 
	font-size: 11px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
}

#sponsorList a {
	display: block;
}

.youtube {
	margin-bottom: 10px;
	
}

