#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 720px;
}

#event {
	position: absolute;
	border-left: 10px dotted black;
	top: 0px;
	left: 725px;
	width: 240px;
	height: 100px;
}

#main {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 685px;
	margin: 10px 10px 10px 10px;
}

#navigation {
	position: absolute;
	margin: 10px;
	top: 100px;
	left: 700px;
	width: 180px;
}

#rounded {
	top: 30px;
	position: relative;
	background-color: white;
	margin: auto;
	padding: 20px;
}

#topLeftCorner, #topRightCorner, #bottomLeftCorner, #bottomRightCorner {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #DCCEB4;
}

#topLeftCorner {
	top: 0;
	left: 0;
	background-image: url('/images/white-top-left-corner.gif');
}

#topRightCorner {
	top: 0;
	right: 0;
	background-image: url('/images/white-top-right-corner.gif');
}

#bottomLeftCorner {
	bottom: 0;
	left: 0;
	background-image: url('/images/white-bottom-left-corner.gif');
}

#bottomRightCorner {
	bottom: 0;
	right: 0;
	background-image: url('/images/white-bottom-right-corner.gif');
}


p, div {
	font-family: Arial, sans-serif;
	color: black;
}

body {
	background-color: #DCCEB4;
}

a {
	color: #AC7714;
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, sans-serif;
	color: #664B19;
}

h1 {
	border-bottom: 1px dashed black;
}


.event-attendees {
	font-size: small;
}


.evt-header {
	margin-top: 2px;
	margin-left: 8px;
	font-weight: bold;
	text-decoration: underline;
	font-size: small;
}

.evt-synopsis {
	margin-top: 6px;
	margin-left: 8px;
	font-size: small;
}

.evt-location {
	margin-left: 12px;
	font-style: italic;
	font-size: x-small;
}

.evt-desc {
	margin-left: 8px;
	margin-top: 6px;
	font-size: x-small;
}

.legalese {
	font-size: small;
	font-style: italic;
}

.starter-kit-label {
	font-size: small;
	font-weight: bold;
}

.profile-name {
	font-size: xx-large;
	margin-left: 8px;
}

.profile-label {
	font-size: x-small;
	font-weight: bold;
}

.profile-data {
	font-size: x-small;
}

.profile-link {
	font-size: small;
}

.form-notice {
   font-style: italic;
   font-size: x-small;
}
