﻿@import url(basics.css);
@import url(forms.css);

body{
	margin : 0;
	padding : 0 0 10px 0; 
	/*
	background-image: url(/assets/gfx/background.jpg);
	*/
	background-color : #65a8dd;
	text-align : center; 
	background-repeat : repeat-x;
}

#container{
	width : 995px;
	text-align : center;
	margin : 0 auto 0 auto;
	background-color : white;
	font-family : "Segoe UI", Tahoma, Geneva, Verdana;
	font-size : 0.80em;
	padding : 10px;

}

#header{
	position : relative;
	margin : 0 auto 0 auto;
	width : 940px;
	height : 120px;
	color : #83c0e5;
}

#logo{
	position : absolute;
	top : 0px;
	left : 10px;
	text-align : left;

}

#socialNetworks{
	position : absolute;
	top : 12px;
	right : 10px;
	text-align : right;
}

#socialNetworks IMG{
	margin : 0 0 0 10px;
	border : none;
}

#addressBlock{
	position : absolute;
	top : 72px;
	right : 10px;
	text-align : right;
}

#addressBlock A{
	color : #83c0e5;
}
#addressBlock A:block{
	color : #83c0e5;
	text-align : center;
}




#menu{
	border : 1px solid black;
	
	padding : 1px 10px 0 10px;
	margin : 0 auto 0 auto;
	font-size : ;
	font-family : "Segoe UI", Tahoma, Geneva, Verdana;
	text-align : left;
	background-color : #ffe209;
	background-image : url(/assets/gfx/menu-fade.jpg);
	background-repeat : repeat-x;
	width : 918px;
}

#contentBlock{
	border : 1px solid black;
	border-top : none;
	font-family : Arial, Helvetica, sans-serif;
	width : 898px;
	margin : 0 auto 0 auto;
	padding : 10px 20px 10px 20px;
	text-align : left;
}

#fullwidth{
	margin : 15px 0 0 0;
}

#columns{
	background-image : url(/assets/gfx/columns.png);
}

#columnOne{
	float : left;
	text-align : left;
	width : 595px;
}
#columnTwo{
	float : right;
	text-align : left;
	width : 265px;
}


#slideshow{
	width : 940px;
	height : 376px;
	margin : 0 auto 0 auto;
	overflow : hidden;
}

#footer{
	width : 940px;
	margin : 0 auto 0 auto;
	padding : 5px 0 15px 0;
	font-family : "Segoe UI", Tahoma, Geneva, Verdana;
	color : #83c0e5;
	text-align : center;
	font-size : 90%;
}
#footer A{
	color : #83c0e5;
	text-decoration : none;
}
#footer A:hover{
	color : #83c0e5;
	text-decoration : underline;
}

#footer #updated{
	float : left;
	width : 250px;
	text-align : left;
}
#footer #cwn{
	float : right;
	width : 250px;
	text-align : right;
}


.clear{
	clear : both;
	height : 1px;
	font-size : 5%;
}

.columnOne{
	float : left;
	width : 48%;
}

.columnTwo{
	float : right;
	width : 48%;
}

