 .success, .warning, .errormsgbox, .validation {
	border: 1px solid;
	margin: 0 auto;
	
	background-repeat: no-repeat;
	
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    width:300px;
	position:absolute; top:360px; left:483px;
	color:#F00; 
}


a {
	color:#003300;
}
a:visited {
	color:#003300;
}
A:hover {
	COLOR: red;
	TEXT-DECORATION: none;
}
h5 {
	color:#fff;
}
h2 {
	color:#fc0;
}
body {
	margin:15px;
	padding:0;
	text-align:center; /* added for fixed-width */
	background-color:#003300;
	background-image:url(../images/bg.jpg); 
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
#shows {
	color:#006600;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FC0;
	background-color:#FC0;
	width:172px;
}
#shows a {
	color:#003300;
}
#shows a:visited {
	color:#003300;
}
#shows a:hover {
	COLOR: red;
	TEXT-DECORATION: none;
}
#small {
	font-size:12px;
	color:#003300;
	padding-left:5px;
}
#header {
	text-align:center;
	background-color:#FC0;
	margin:0;
	padding:0;
	border-bottom:1px solid #000; /* black line below menu *//*background-image:url(images/top.jpg) ;*/
}
/* added for fixed-width */
#fixed {
	margin:0 auto;
	width:960px;   /* you can use px, em or % */
	text-align:center;/*background-image:url(images/outside.jpg);*/
}
#header h1, #header h2, #header p {
	margin-left:0%;
	padding-right:2%;
}
#footer {
	height:50px;
	position: relative;
	padding:0 0 0 0;
	float:left;
	width:100%;
	text-align:center;
	background-color:#003300;
}
#footer p {
	margin-left:2%;
	padding-right:2%;
}
#col1 {
	position: relative;
	margin: 0 auto;
	text-align: left;
	height:480px;
	float:left;
	width:192px;
	background:#003300; 
	background-image:url(../images/outside1.jpg);
	background-repeat:no-repeat;
}
#col2 {
	position: relative;
	margin: 0 auto;
	text-align: center;
	overflow:hidden;
	height:480px;
	float:left;
	width:60%;
	background:#003300;
	background-image:url(../images/outside2.jpg);
	background-repeat:no-repeat;
}
#col3 {
	position: relative;
	margin: 0 auto;
	text-align: left;
	overflow:hidden;
	height:480px;
	float:left;
	width:192px;
	overflow:hidden;
	z-index:1000;
	background:#003300;
	background-image:url(../images/outside3.jpg);
	background-repeat:no-repeat;
}


