@charset "utf-8";
/* CSS Document */


body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#8ebcdf;
	
}

h1 { font-size: 18px;
}

h2{ font-size: 16px;
}

h3{ font-size: 14px;	
}

#container { 
	width: 973px;
	margin-right: auto;
	margin-left: auto;
}

#left{
	float:left;
}
#right {
	float:right;
}
.scroll{
	overflow:auto;
	height:445px;
	width:652px;
	padding-right:10px;
	padding-bottom:10px;
}
.content {
	background-image:url(images/content.jpg);
	background-repeat: no-repeat;
	float:left;
	width: 662px;
	height: 514px;
	padding: 10px;
	padding-top: 40px;
	padding-left: 70px;
	padding-right: 30px;
	font-size:14px;
	color: #0a0a09;
}
.contact{
	width:211px;
	float:right;
}

.footer {
	background-color: #94c0e1;
	width:762px;
	clear:both;
	height: 10px;
	padding-top: 10px;
	font-size: 12px;
	text-align:center;
	text-transform:capitalize;
	color: #000;
}
/*--------Link Styles---------------*/
a:link {
	text-decoration: none;
	color: #0a0a09;
}
a:visited {
	text-decoration: none;
	color: #0a0a09;
}
a:hover {
	text-decoration: underline;
	color: #0a0a09;
}
a:active {
	text-decoration: none;
	color: #0a0a09;
}
/*
--------Nav Link Styles---------------
.nav a:link {
	text-decoration: none;
	color: #2e4649;
}
.nav a:visited {
	text-decoration: none;
	color: #2e4649;
}
.nav a:hover {
	text-decoration: underline;
	color: #2e4649;
}
.nav a:active {
	text-decoration: none;
	color: #2e4649;
}
*/

/*--------Footer Link Styles---------------*/

.footer a:link {
	color: #000;
	text-decoration: underline;
}
.footer a:visited {
	text-decoration: underline;
	color: #000;
}
.footer a:hover {
	text-decoration: none;
	color: #000;
}
.footer a:active {
	text-decoration: underline;
	color: #000;
}

.box {
	border-style:dashed;
	border-color:#ff7400;
	text-align:center;
	border-width:thin;
}