body {

	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #e2dfdf;		
	height: 100%;
	width: 98%;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;	
	
}

input {

	background-color: #e2dfdf;
	border: 1px solid #474645;	
	float: right;

}

textarea {

	background-color: #e2dfdf;
	border: 1px solid #474645;	
	float: right;

}

td {

	font-weight: bold;

}

ul {

	margin: 0px;
	padding: 0px;

}

ul li {

	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;

}

label {

	float: left;

}

fieldset {

padding: 5px;
border: 1px dotted #333333;

}

	.container {
	
		width: 752px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	
	}
	
		.header {
		
			width: 750px;
			height: 160px;
		
		}
		
		.menu {

			background-image: url(../img/menubg.jpg);
			background-repeat: no-repeat;
			width: 752px;
			height: 30px;
		
		}
		
			.menu .home {
					
				width: 77px;
				height: 30px;
				margin-left: 5px;
			
			}
			
				.menu .home a {
				
					background-image: url(../img/home_btn.jpg);
					background-repeat: no-repeat;
					display: block;
					width: 77px;
					height: 30px;
					text-indent: 80px;
					overflow: hidden;
					
				}
				
				.menu .home a:hover {
				
					background-image: url(../img/home_btn_hover.jpg);
				
				}					
			
			.menu .programme {
				
				width: 122px;
				height: 30px;
							
			}
			
				.menu .programme a {
					
					background-image: url(../img/programme_btn.jpg);
					background-repeat: no-repeat;	
					display: block;
					width: 122px;
					height: 30px;
					text-indent: 130px;
					overflow: hidden;
					
				}	
											
				.menu .programme a:hover {
				
					background-image: url(../img/programme_btn_hover.jpg);
				
				}	
						
			.menu .register {
			
				width: 93px;
				height: 30px;
							
			}
			
				.menu .register a {
			
					background-image: url(../img/register_btn.jpg);
					background-repeat: no-repeat;
					display: block;
					width: 93px;
					height: 30px;
					text-indent: 130px;
					overflow: hidden;
					
				}	
										
				.menu .register a:hover {
				
					background-image: url(../img/register_btn_hover.jpg);
				
				}		
						
			.menu .sponsors {
			
				width: 111px;
				height: 30px;
				float: left;
				
			}
			
				.menu .sponsors a {
					
					background-image: url(../img/sponsors_btn.jpg);
					background-repeat: no-repeat;	
					display: block;
					width: 111px;
					height: 30px;
					text-indent: 120px;
					overflow: hidden;
					
				}	
										
				.menu .sponsors a:hover {
				
					background-image: url(../img/sponsors_btn_hover.jpg);
				
				}	
				
			.menu .contact {
			
				width: 111px;
				height: 30px;
				float: left;
				
			}
			
				.menu .contact a {
					
					background-image: url(../img/contact_btn.jpg);
					background-repeat: no-repeat;	
					display: block;
					width: 111px;
					height: 30px;
					text-indent: 120px;
					overflow: hidden;
					
				}	
										
				.menu .contact a:hover {
				
					background-image: url(../img/contact_btn_hover.jpg);
				
				}						
					
		.content {
			
			width: 730px;
			height: auto;
			margin-top: 10px;
			margin-right: 25px;
			margin-left: 10px;
			float: left;
			
		}
		
			.content .pic {

			width: 80px;
			height: 76px;
			margin-top: 10px;
			float: right;
			
			}
			
			.content h1 {
			
			font-size: 16px;
			font-weight: 500;
			/font-weight: bold;
			text-decoration: underline;
			
			}
			
			
		.content .sponsorspage {
		
			background-color: #f0eeee;
			margin-top: 35px;
			margin-bottom: 10px;
			padding: 5px;
		
		}
			
			.content .sponsorspage h2 {
			
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			margin: 0px;
			padding: 0px;
			
			}
			
			.content .sponsorspage img {
			
				float: right;
				
			}
		
		.content p {
		
			margin: 0px;
			padding: 0px;
		
		}	
	
		.content p a {

			color: #000000;
		
		}
		
			.content p a:hover {
			
				background-color: #666666;
				color: #FFFFFF;
			
			}		
		
		.right {
		
			width: 151px;
			height: auto;
			margin-top: 15px;
			float: left;
		
		}
		
			.right .prereg {

				background-image: url(../img/prereg_btn.jpg);			
				width: 151px;
				height: 97px;
				cursor: pointer;
			
			}
			
		.footer {
		
			width: 730px;
			height: 17px;
			margin-left: 10px;
			margin-top: 10px;
			float: left;
			border: 1px solid #666666;
			background-color: #CCCCCC;
			padding: 3px;
			padding-left: 10px;
		
		}
		
		.footer a {

			color: #000000;
		
		}
		
			.footer a:hover {
			
				background-color: #666666;
				color: #FFFFFF;
			
			}
			
		.errors {

			width: 300px;
			color: #000000;
			margin-bottom: 5px;
		
		}	
		
			.errors p {
			
				font-size: 10px;
				text-align: left;
				padding: 5px;
				padding-left: 20px;
				margin-left: 5px;
				background-image: url(../img/exclamation.png);
				background-repeat: no-repeat;
				background-position: left;
			}
			
.admin {

font-size: 11px;

}	

	.admin img {
	
		border: 0px;
		
	}
	
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 7px 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
	background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #666666;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}