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

/*
HEX Colour Codes:
Maroon: #921b1e
Gold: #fddb00
Green: #004721
Orange-gold: #fdba00
*/

body {
	margin:0px;
}

img {
	border:0px;
}

#giantwrapper {
	background:url(../images/med-flowers.jpg) center;	
	height:100%;
	position:absolute;
	width:100%;
}

#wrapper{
	background:url(../images/Vines-6-CS3.png) no-repeat;
	height:100%;
	margin:0 auto;
	position:relative;
	width:950px;
}

#contentwrapper {
	color:#000;
	font-family:Verdana,Optima,Tahoma,Arial,sans-serif;
	font-size:13px;
	height:650px;
	left:140px;
	overflow:auto;
	position:relative;
	top:50px;
	width:675px;	
}


/* TOP MENU */
#links{
	height:80px;
	left:380px;
	position:relative;
	top:10px;
	width:500px;
}

	.link {
		float:left;
		height:50px;
		position:relative;
		top:0px;
	}
	
	#home {
		left:56px;
		width:70px;
	}
	
	#graphics {
		left:60px;
		width:108px;
	}
	 
	#music {
		left:63px;
		width:75px;
	}
	
	#flash {
		left:60px;
		width:79px;
	}
	
	#web {
		left:58px;
		width:67px;
	}
	

table {
	border-spacing:20px;
	margin:0 auto;
	position:relative;
}
	
table tr td {
	text-align:left;
	vertical-align:top;
}

.thumb {
	border:1px #004721 solid;
	/*width:135px;*/
}

/* FLASH PAGE */
.flashpage {
	height:155px;
	position:relative;
	margin-top:0px;
	width:660px;
}

.swfs {
	height:152px;
	position:relative;
	width:102px;
}

.writeups {
	margin-right:30px;
	min-height:50px;
	position:relative;
	width:510px;
}

/* TEXT LINKS */
a:link {
	color:#004721;
	text-decoration:none;
}

a:hover {
	color:#921b1e;
	text-decoration:underline;
}

a:active {
	color:#921b1e;
	text-decoration:underline;
}	

a:visited {
	color:#004721;
}