@charset "utf-8";
/* CSS Document */

html {
			width:100%;
			height:100%;
			}

body {
			width:100%;
			height:100%;
			background-color:#FFF;
			margin:0px;
			text-align:center;
			}

#logo, #nav, #content {width:600px; margin:0px auto;}

#logo {
				display:block;
				height:120px;
				background-image:url(images/logo.gif);
			}

#nav {
			height:18px;
			}

/* NAVIGATION */

#nav ul {list-style:none; margin:0px; padding:0px;}

#nav ul li {float:left; margin:0px; padding:0px;}

#nav ul li a {display:block; height:18px;}

#nav #nav_about {
				background-image:url(images/nav/about.gif);
				background-repeat:no-repeat;
				width:50px;
				margin-left:25px;
				}

#nav #nav_events {
				background-image:url(images/nav/events.gif);
				background-repeat:no-repeat;
				width:57px;
				margin-left:5px;
				}

#nav #nav_media {
				background-image:url(images/nav/media.gif);
				background-repeat:no-repeat;
				width:49px;
				margin-left:5px;
				}

#nav #nav_thanks {
				background-image:url(images/nav/thanks.gif);
				background-repeat:no-repeat;
				width:60px;
				margin-left:5px;
				}

#nav #nav_contact {
				background-image:url(images/nav/contact.gif);
				background-repeat:no-repeat;
				width:65px;
				margin-left:5px;
				}

/* CONTENT */

#content {
					padding:30px 50px;
					text-align:left;
					width:500px;
					}

#index #content {
									background-image:url(images/content/index.jpg);
									background-position:50px 30px;
									width:500px;
									height:150px;
									text-align:left;
									background-repeat:no-repeat;
									}

#about #content {
									background-image:url(images/content/about.jpg);
									background-position:50px 30px;
									width:500px;
									height:529px;
									text-align:left;
									background-repeat:no-repeat;
									}

#events #content {
									background-image:url(images/content/events.jpg);
									background-position:50px 30px;
									width:500px;
									height:682px;
									text-align:left;
									background-repeat:no-repeat;
									}

#thanks #content {
									background-image:url(images/content/thanks.gif);
									background-position:50px 30px;
									width:500px;
									height:191px;
									text-align:left;
									background-repeat:no-repeat;
									}