/* CSS Document */

body {
	padding: 10px 0 0 0;
	margin: 0;
}

ul {
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

li {
	margin-left: 2em;
}

a:link {
	border-bottom: none;
	text-decoration: none;
}

.logo {
	margin: 3.2em 0 1.7em 0; 
}

.button {
	display:block;
	margin: 0 0 .6em 2.70em;
}

.aboutimage {
	border: .2em solid #aec4db;
}

.size {
	font-size: 1.25em;
	font-weight:bolder;
	color:#0066CC;
}

#container {
	width: 1000px;
	height: 550px;
	margin: 0 auto;
}

.full {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#menucolumn {
	position: absolute;
	margin-left:0;
	width: 200px;

}

#maincolumn {
	position: absolute;
	margin-left: 200px;
	width: 700px;
	padding: 0em 30em 0em 3em;
}

#left {
	position: absolute;
	margin-left: 0;
	width: 200px;
}

#center {
	position: absolute;
	margin-left: 200px;
	width: 550px;
	padding-left: 25px;
}

#right {
	position: absolute;
	margin-left: 750px;
	width: 175px;
}

#packages {
	width:57.5%;
	border-width: .2em .33em;
	border-style: solid dashed;
	border-color: #9eb4cb #Aec4db;
	margin: .5em 0;
	padding-left: 5%;
	background-color:#FFFFEE;
}

#packages img {
	border-bottom: .5em dotted #EEEEAA;

}

#packages p {
	color: #3e546b;
	font-family: arial;
	font-weight: bold;
	margin-top:-.33em;
}

#packages span {
	font-size: 1.2em;
	font-weight:bolder;
	color:#333399;
}

#packages form {
	float: right;
	margin: -64px 0 0 0;
}

.intro {
	margin: 0;
	text-align:center;

}

.speedbutton {
	margin: .5em 5em;
	text-align:center;

}

.introblock {
	display:block;
	margin: 0 auto;
	text-align:center;
	clear:both;
}

.buttonblock {
	display:block;
	margin: .66em auto;
	text-align:center;
	clear:both;
}

thumbnail {
	display:inline;
	margin: 5px auto;
	text-align:center;
	clear:both;
}

thumbnailinline {
	display: inline;
	margin: 5px auto;
	text-align:center;
	clear:both;
}

.footer {
	text-align:center; 
	color:#333366; 
	font-size:.9em;
}




