
/* Standard HTML Tags*/
html,body{
	background-color:#000000;
	color:#ffffff;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

table{
	font-family: verdana, sans-serif;
	font-size: 11px;
	border-spacing:0px;
}

p{
	margin-left:3px;
	margin-top:3px;
	margin-right:3px;
	margin-bottom:7px;
}

td{
	vertical-align:top;
}

th{
	vertical-align:top;
}

input{
	border:1px solid #666666;
}

img{
	border:0px;
}

a{
	color:#ffffff;
}

a:hover{
	color:#dddddd;
}



/* Standard DIVs */
#menu{
	position:absolute;
	text-align:left;
	left:192px;
	top:44px;
	height:20px;
	width:546px;
	white-space:nowrap;
}

#logo{
	position:absolute;
	left:10px;
	top:10px;
	width:182px;
	height:93px;
}

#headerline{
	position:absolute;
	left:192px;
	top:57px;
	width:546px;
	height:4px;
	background-color:#333333;
}

#contentframe{
	position:absolute;
	left: 10px;
	top:103px;
	width:760px;
}

#content{
	text-align:left;
	width:760px;
}

#footer{
	background-image:url('/templates/0003/pics/mattbeallart_10.jpg');
	background-position:center top;
	background-repeat: no-repeat;
	height:30px;
	width:760px;
	font-size:9px;
	text-align:center;
	font-style:italic;
	color:#656565;
}



/* Menu Definitions */

table.menu{
	border-spacing:0px;
}

td.menu{
	padding:0px;
	padding-left:7px;
	padding-right:7px;
	height:20px;
	text-align:left;
	border: 0px;
	font-size:11px;
}

a.menu{
	text-decoration:none;
	color:#ffffff;
	display:block;
	font-style:italic;
}

a.menu:hover{
	text-decoration:none;
	color:#ffffff;
	display:block;
	font-style:italic bold;
}

div.submenu{
	background-color:#000000;
	position:absolute;
}

table.submenu{
	border-spacing:0px;
}

td.submenu{
	padding-left:0px;
	padding-right:14px;
	height:30px;
	overflow:hidden;
	text-align:left;
	border: 0px;
	border-top:1px solid #656565;
}




/* content definitions */

table.mcms_group_table{
	margin:4px;
	border-spacing:1px;
	font-family:verdana, sans-serif;
	font-size: 11px;
}

th.mcms_group_table{
	padding:3px;
	border-top: 2px solid #6666aa;
	border-left: 2px solid #6666aa;
	border-right: 2px solid #6666aa;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

td.mcms_group_table{
	padding:3px;
	border-top: 1px solid #6666aa;
	border-left: 2px solid #6666aa;
	border-right: 2px solid #6666aa;
	border-bottom: 2px solid #6666aa;
	vertical-align:top;
}

td.mcms_alternate_0{
	background-color:#222244;
}

td.mcms_alternate_1{
	background-color:#111122;
	border:1px solid #222244;
}

td.mcms_marker{
	background-color:#220000;
	height:10px;
	font-size:8px;
}

div.floater{
	float:left;
	width:125px;
	height:220px;
}

p.guestbook{
	border-top:1px solid #6666aa;
}



/* admin stuff */

#mcms_actionBG{
	position:absolute;
	background-color:#222222;
	visibility:hidden;
}

th.mcms_cms_editbar{
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px dotted #7f7f7f;
	background-color:#111111;
}

td.mcms_cms_editbar{
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px dotted #7f7f7f;
	background-color:#111111;
}
