body {
	margin: 0px 0px 0px 0px;	
	color: #000000;
	background-color: #61ACE6;
	background-image: url(images/white_rocks-sideways.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@font-face {
	font-family: League Gothic; src: url('fonts/League Gothic.otf');
	font-family: Junction; src: url('fonts/Junction 02.otf');
	font-family: Fanwood; src: url('fonts/Fanwood.otf');
	font-family: Linden Hill; src: url('fonts/LindenHill.otf');
	font-family: Raleway; src: url('fonts/raleway_thin.otf');
	font-family: Prociono; src: url('fonts/Prociono-Regular.otf');
	font-family: 'Goudy Bookletter 1911'; src: url('fonts/GoundyBookletter1911.otf');
	font-family: Sorts Mill Goudy; src: url('fonts/OFLGoudyStM.otf');
}

.name {
	font-size: 80px;
	font-family: Sorts Mill Goudy, Times New Roman, Serif;
	margin-bottom: -10px;
}

.contact {
	font-family: Georgia ,Times New Roman, Serif;
	font-size: 30px;
	margin-top: -10px;
}

a {
	color: rgb(100,128,255);
}

.hide { display:none }

.wrap{
	overflow:hidden;
	position:relative;/* ie7 needs position:relative here*/
	z-index:0;
}

.centerOuter{
	position:relative;
	left:50%;
	float:left;
	clear:both;
}
.centerInner{
	position:relative;
	left:-50%;
}

.alphaContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background: rgb(176,214,243);
	background: rgba(255,255,255, .5);
	border: 3px solid white;
	border-radius: 15px 15px 15px 15px;
	padding: 10px;
	padding-top: 0;
	text-align:center;
}

.left {
	text-align:left;
}

hr {
	border: solid 1px #000000;	
	margin-top: 0;
	margin-bottom: 10px;
}

h1 {
	font-size: 70px;
	font-family: Sorts Mill Goudy, Times New Roman, Serif;
	margin-bottom: -10px;
	margin-top: -10px;
}

.large {
	font-size: 70px;
	font-family: Sorts Mill Goudy, Times New Roman, Serif;
	margin-bottom: -10px;
	margin-top: -10px;
}

h2 {
	font-size: 46px;
	font-weight: normal;
	font-family: Sorts Mill Goudy, Times New Roman, Serif;
	margin: 0;
	padding-bottom: 10px;
}

.lucida {
	font-family: "lucida sans unicode", "lucida", sans-serif;
	font-variant: normal;
}

span.title {
	display:block;
	font-size: 150%;
	background:rgb(232,243,255);
	background:rgba(255,255,255,.7);
	width:310px;
	margin:-5px;
	margin-bottom:10px;
}

a.software {
	display: block;
	text-decoration: none;
	color: #000;
	border: 1px solid white;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
	width: 300px;
	height: 200px;
}

a:hover {
	background: rgb(192,222,245);
	background: rgba(255,255,255,.2);
}

div.software {
	float: left;
}

li { margin-bottom: 5px }

.menuContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: -15px;
	z-index:-1;
}

.menu {
	background: rgb(176,214,243);
	background: rgba(255,255,255, .5);
	border: 3px solid white;
	border-radius: 15px 15px 0px 0px;
	border-bottom: 0px;
	padding: 6px;
	font-size: 32px;
	font-weight: normal;
	font-family: Sorts Mill Goudy, Times New Roman, Serif;
}
