/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

body				{ font: 10px Verdana, san serif; 
					background: url(/img/bkgfull.jpg) #FAF2DB repeat-x top center;
}

#page-wrap		    { width: 500px; margin: 25px auto; }

h1, h4              { font-weight: normal; }
h1                  { font-size: 20px; margin: 0 0 25px 0; }
h4                  { font-size: 14px; }

p                   { margin: 0 0 25px; }


a {
	color: #a70000;
}

a:hover {
	color: #69a6c9;
}

li {
	margin-left: 5px; padding: 5px;	
}

.head {
	background: url(/img/logo.png) no-repeat top left;
	height: 110px;
}


.head h1 {
float:left;
margin:0;
padding:0;
}

.head h1 a {
	display:block;
	height:100px;
	outline:medium none;
	text-indent:-9999px;
	width:465px;
}

.navi {
	font-size: 20px;
	text-align: center;
	padding-top: 40px;
}

.navi a {
	margin-left: 30px;
	text-decoration: none;
}

.nav {
	background: url(/img/bkg-line.jpg) repeat-x top left;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	border-top: #000 solid 1px;
	height: 30px;
	text-align: center;	
}

.foot {
	background: url(/img/bkg-line.jpg) repeat-x top left;
	border-bottom: #000 solid 1px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	height: 30px;
	text-align: center;	
}

.content {
	background-color: #fff;
	border: #000 solid 1px;	
}






.padding {
	padding:25px;	
}

.padding1 {
	padding:10px;	
}

.padding2 {
	padding:0px 25px 25px 25px;
}

.embed {
	background: none;
	text-align:center;
	margin: 0 auto;	
}
