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

body {
	margin:0;
	padding:0;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 12px;
	background-image:url(images/argyle-back.jpg);
}

#page {
	margin:0;
	padding: 0;
	background-image: url(images/argyle-4.jpg);
	background-repeat: repeat-x;
	height: 950px;
	width: 100%;
}


#container {
	width: 860px;
	height: 900px;
	position: absolute;
	top: 0;
}

#bottom {
	position: absolute;
	bottom: -70px;
	width: 500px;
	font-size: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}


#header {
	left: 39px;
	background-image: url(images/argyle-header6.jpg);
	background-repeat: no-repeat;
	top: 0px;
	position: absolute;
	z-index: 5;
	width: 636px;
	height:245px;
}

h1 span {
	display: none;
}

#menu {
	right: 0px;
	top: 126px;
	position: absolute;
	z-index: 6;
	width: 325px;
	font-size: 14px;
}


a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #9933CC;
	text-decoration: underline;
}

.purple {
	color: #9933cc
}

#top {
	position: absolute;
	top: 175px;
	font-size: 28px;
	left: 200px;
	z-index: 10;
	width: 260px;
	font-weight: lighter;
	text-align: center;
}

#top-home {
	position: absolute;
	top: 175px;
	font-size: 28px;
	left: 200px;
	z-index: 10;
	width: 460px;
	font-weight: lighter;
	text-align: center;
	background-color: #FFFFFF;
	height: 65px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	padding: .2em .5em;
}


#text-body {
	position: absolute;
	top: 250px;
	left: 60px;
	height: 650px;
	width: 810px;
	overflow: hidden;
}

#column1 {
	position: relative;
	left: 0px;
	top: 0px;
	height: 650px;
	width: 390px;
	float: left;
	display:inline;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 15px;
}

#column2 {
	position: relative;
	left: 0px;
	top: 0px;
	height: 650px;
	width: 300px;
	float: left;
	display:inline;
	padding-left: 80px;
	
}

#column2 h3 {
	font-size: 18px;
	font-weight: bold;
}


#picture-space {
	margin-top: 15px;
	margin-left: 50px;
	border: double;
	border-color: #ff33cc;
	float: left;
	display: inline;
	width: 250px;
	
}

#information {
	float: left;
	display: inline;
	margin-left: 15px;
	margin-top: 75px;
	width: 400px;
}

#recent {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0;
}

.port-space {
	float:left;
	display:inline;
	width: 175px;
	height: 195px;
	margin: 5px;
	margin-bottom: 10px;
}

.port-space img {
	border: inset;
	border-color: #ff49b4;
	width: 150px;
	height: 150px;
	text-align: center;
}

.port-space h3 {
	text-align: center;
	font-size: 12px;
	font-weight: lighter;
	margin-top: -5px;
	width: 154px;
	margin: 5px;
}

.soon {
	float:left;
	display:inline;
	width: 175px;
	height: 300px;
	margin-left: 50px;
	margin-top: 10px;
}

.soon h3 {
	font-size: 16px;
	text-decoration: underline;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.soon ul{
	margin: 0;
	padding: 0;
}

.spacer {
	clear:both;
	height: 10px;
	width: 1000px;
}

#text-body p {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#text-body a img {
	border:double;
	margin: 5px;
	border-color: #ffffff;
}

#text-body a:hover img {
	border-color: #00ffff;
}

#text-body ul {
	list-style-type: circle;
	padding-left: 45px;
	padding-top: 0;
	margin: 0;
}

#column2 h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin: 0;
}

#column1 p {
	font-size: 14px;
	font-weight: normal;
	padding: 10px;
	margin: 0;
}

#home-text {
	text-align: center;
	padding-top: 225px;
	height: 155px;
}

#top-home h2 {
	padding-top: 25px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

#bottom-home {
	position: absolute;
}

#home-text ul li {
	padding: 0;
	margin: 0;
	list-style-type: circle;
}
#home-text ul {
	margin: 0;
	padding: 0;
}
	
	#home-text a img {
		width: 150px;
		height: 150px;
	}