/*
	Author	:	InSoon Felch
	Email		:	insoonfelch@email.grcc.edu
	Website	:	http://www.insoondesign.com/
*/
* {
	margin:0;
	padding:0;
}

/* general */
a {
	color:#5c62aa;
	text-decoration:none;
}

a:hover {
	color:#809EB7;
	text-decoration:none;
}
#link {
	background:#f3f3a6;
	border-right:0px solid #BD9957;
	margin:0 auto;
	width:750px;
	height:30px;
	list-style:none;
}

#link a {
	color:green;
	display:block;
	line-height:40px;
	text-align:center;
}
#link a:hover {
	background:#e3e3e3;
	color:#ffffff;
}
#link .active {
	background:#00ffff;
	color:#ffffff;
}

/* body */
body {
	background:#;
	background-image:url(images/austria background.jpg)
	color:#575891;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

/* header */
#header {
	border-bottom:px solid #ffffff;
	height:80px;
	margin:0 auto;
	width:751px;
}
#header h1 {
	color:aqua;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#ccccff;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}

/* navigation */
#navigation {
	background:#ccccff;
	border-right:0px solid #999;
	margin:0 auto;
	width:750px;
	height:40px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #B39D5B;
	float:left;
	width:149px;
	list-style:none;
}
#navigation a {
	color:#555;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#ccccff;
	color:#ffffff;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:751px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0;
}

/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:751px;
}

.current{
	background: #ccccff;
}

/* Added by InSoon Felch: */
.error {
	font-weight: bold;
	color: #C00
}

