/* jwinmedia.com style */

/* Structure */
body {
	background-image:url(images/back.jpg);
	background-position:top;
	background-repeat:repeat-x;
                background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFFFFF;
}

#main {
	width:620px;
	height:1000px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	padding:0;
}

#content {
	width:620px;
	padding:0px;
	margin: 195px auto 0 auto;
	min-height:600px;
}

*>#content {
	background-image:url(images/backtile.png);
}

#footer {
	width:620px;
	height:50px;
	clear:both;
	background-image:url(images/footer.png);
}

#nav {
	height:60px;
	width:592px;
	margin: 0px auto 0 auto;
	position:relative;
	top:224px;
}

#text {
	width:430px;
	text-align:justify;
	padding:10px 0px 0 20px;
	float:left;
}

#right {
	width:150px;
	float:right;
	padding:10px 0 0 0;
}

#sights {
	width:580px;
	text-align:justify;
	padding:10px 0px 0 20px;
}

#sounds {
	width:580px;
	text-align:justify;
	padding:10px 0px 40px 20px;
}

/* Text and links */

p {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFFFFF;
	margin:5px 2px 5px 2px;
}

p.date {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	margin:2px 2px 2px 10px;
}

i {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	font-style:italic;
}

p.right {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

p.footer {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	line-height:2em;
	padding-top:10px;
	margin:0px;
	text-align:center;
}

h1 {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#FFFFFF;
	font-weight:bold;
	margin:5px 2px 5px 2px;
	clear:both;
}

#nav a:active {
	background-color:#FFFFFF;
	text-decoration:none;
	color:#32495B;
}

a {
	font-family: 'Century Gothic', arial, helvetica, sans-serif;
	font-size:small;
}

#nav a {
	padding:4px 15px 4px 15px;
	background-color:#32495B;
	text-decoration:none;
	color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
	line-height:2em;
}

*>#nav a {
	padding:5px 15px 5px 15px;
}

#nav a:hover {
	background-color:#FFFFFF;
	color:#32495B;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
}

#nav a.current {
	background-color:#FFFFFF;
	color:#32495B;
	border-style:solid;
	border-width:1px;
	border-color:#FFFFFF;
}

a {
	color:#FFA200;
	text-decoration:none;
}

a:active {
	color:#FFA200;
	text-decoration:none;
}

a:visited {
	color:#FFA200;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.leftbump {
	margin-left:10px;
}

.album {
	float:left;
	margin:0 10px 10px 10px;
}


/* /style */
