/* CSS for The Summit 2004 website */

div {
/*	border:1px solid black;*/
	}
body {
	font-family:Helvetica, Verdana, Arial, Sans-serif;
	font-size:11px;
	line-height:1.5;
	margin:0;
	}
	
#topBar {
	background-color:#EEE;
	border-bottom:2px solid #666;
	margin:0;
	padding:5px;
	padding-left:40px;
	background-image:url(http://afeswa.info/plumb-it/images/topBack.gif);
	background-color:#A7CC11;
	background-position:top left;
	background-repeat:no-repeat;
	}
#topBar a {
	color:#FFF;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#00A;
	}
a:hover {
	text-decoration:underline;
	}
	
#wrapper {
	text-align:center;
	margin:0 auto 20px auto;
	width:780px;
	background-color:#888;
	background-image:url(http://afeswa.info/plumb-it/images/shadow.gif);
	background-position:top center;
	background-repeat:repeat-y;
	}
	
#top {
	background-image:url(http://afeswa.info/plumb-it/images/shadow-top.gif);
	repeat:no-repeat;
	background-position:top center;
	height:7px;
	display:none;
	}
	
#bottom {
	background-image:url(http://afeswa.info/plumb-it/images/shadow-bottom.gif);
	repeat:no-repeat;
	background-position:bottom center;
	height:10px;
	}
	
#header {
	height:100px;
	height:115px;
	width:770px;
	margin:0 auto 0 auto;
	background-image:url(http://afeswa.info/plumb-it/images/header.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	border-bottom:4px solid #444;
	}
	
#table {
	margin:0px;
	width:770px;
	
	font-family:Helvetica, Verdana, Arial, Sans-serif;
	font-size:11px;
	line-height:1.5;
	}
#table td {
	margin:0px;
	padding:20px;
	vertical-align:top;
	}

#registration {
    width:500px;
    margin:20px;
	border:1px solid #AAA;
    }
#registration td {
	margin:0px;
	padding:5px;
	border:1px solid #AAA;
	vertical-align:middle;
    }
.buttons {
    text-align:center;
    }
	
h1 {
	font-size:12px;
	font-weight:bold;
	}
h2 {
	font-size:11px;
	font-weight:bold;
	}
.note {
	font-size:95%;
	}
	
td {
	margin:0px;
	padding:20px;
	vertical-align:top;
	}

#main {
	width:200px;
	text-align:left;
	}	
	
#highlight-bar {
    text-align:left;
	background-color:#EEE;
	/*background-image:url(http://afeswa.info/plumb-it/images/highlight-bar-background.gif);*/
	background-position:bottom left;
	background-repeat:repeat-x;
	}
	
#col1 {
	width:200px;
	text-align:left;
	}
	
#col2 {
	width:200px;
	text-align:center;
	}
#col2 p, #col2 h1 {
	text-align:left;
	}
#col2 img {
	text-align:center;
	border:1px solid #AAA;
	}

#col1, #col2, #main, #moreinfo {
	background-color:#DDD;
	/*background-image:url(http://afeswa.info/plumb-it/images/column-background.gif);*/
	background-position:top left;
	background-repeat:repeat-x;
	}

#footer {
	clear:both;
	}

div.rule {
	height:0;
	border-top:2px solid #888;
	}