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

#titlebar {
	width: 100%;
	background-image: url(images/titlebar.jpg);
	background-repeat: repeat-x;
	height: 30px;
}
#titlebar2 {
	background-color: #445066;
	height: 2px;
	width: 100%;
}
#titlebar3 {
	width: 100%;
	background-image: url(images/titlebar.jpg);
	height: 10px;
}

#container {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #333;
}
#bodynav {
	height: 80px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #95A4BB;
}
#body1 {
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/computer.png);
	background-repeat: no-repeat;
	background-position: center;
}
#body2 {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}


#horizontaldots {
	background-image: url(images/dot.png);
	background-repeat: repeat-x;
	height: 1px;
}

#virticaldots {
	background-image: url(images/dot.png);
	background-repeat: repeat-y;
	width: 1px;
	height: 25px;
}


#navsection {
}


#button {
	padding-top: 5px;
	padding-left: 5px;
}


.businessname {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.businessnamesub {
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#body3 {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

