page.css 1.55 KB
#container
	{
		margin: 1em auto;
		width: 650px;
		text-align:left;
		background-color:#F7F2E0;
		border: 1px solid #676767;
	}
#container1
	{
		margin: 1em auto;
		width: 650px;
		text-align:center;
		background-color:#F7F2E0;
		border: 1px solid #676767;
	}
#header
	{
		height: 53px;
		background-image: url(header.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	#header2
	{
		height: 53px;
		text-align:center;
		background-image: url(header.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}
		#mainnav
	{
		background-color: #0EFCEA;
		color: #272900;
		padding: 2px 0;
		margin: 0 0 20px 0;
	}
	#skipmenu
	{
		position: absolute;
		right: 10px;
		top: 5px;
	}
	#skipmenu a
	{
		color: #555;
		text-decoration: none;
	}
	#skipmenu a:hover
	{
		color: #fff;
		background-color:#F7F693;
		text-decoration: none;
	}
#menu
	{
		float: right;
		width: 150px;
	}
#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}
		#contents
	{
		margin: 0 170px 40px 20px;
		border-right: 1px solid #C5C877;
		padding-right: 20px;
	}
	#contents p { line-height: 165%; }
		.imagefloat
	{
		float: right;
		padding: 2px;
		border: 1px solid #9FA41D;
		margin: 0 0 10px 10px;
	}
		#footer
	{
		clear: both;
		color: #272900;
		background-color: #35F1CF;
		text-align: right;
		padding: 5px;
		font-size: 90%;
	}