/* Buckland Computers stylesheet.css */


BODY	{text-align: center;
	background: #d9d9d9;
	color:	#444;}


#header		{text-align: left;
		margin: 0px auto;
		width:	800px;
		background: #006600;
		border-bottom: 2px solid #FFCC01;
		}


	/*	width:950px;
		height: 600px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -475px;
		margin-top: -300px; */

#phonenumber		{
	width:200px;
	height: 30px;
	position: absolute;
	top: 54px;
	left: 833px;
	margin-left: 180px;
	background: clear;
			}			

#container	{
	text-align: justify;
	margin: 20px auto;
	width: 800px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
		}



H1	{background: ;
	color: #FFCC01;
	padding: 15px;
	margin: 0;
	border-bottom: 0px solid #FFCC01;
	font-family: arial rounded mt bold, sanserif, helvetica;
	font-size: xx-large;}




ul#navigation	{		margin: 0;
				padding: 0;
				list-style-type: none;
				background: #006600;
				float: left;
				width: 800px;
				display: inline;
				font-weight: normal;
				font-size: 14px;
				text-align: justify;
				font-family: arial, helvetica, sans-serif;
				border-bottom: 2px solid #FFCC01;
				border-left: 1px solid #FFCC01;
				}


ul#navigation li	{	display: inline;}

ul#navigation a	{	display: block;
			width: 103px;
			float: left;
			padding: .2em 1em;
			text-decoration: none;
			text-align: center;
			color: #FFCC01;
			background: #006600;
			
			border-right: 2px solid #FFCC01;}

ul#navigation a:hover	{	color: #006600;
				background: #FFCC01;}




#content	{float: left;
		width: 800px;
		margin-left: 0px;
		
		padding: 15px 0;}

ul#list li 	{type: disc;
		text-align: left;
		font-family: arial, sanserif, helvetica;}


#footer	{clear: both;
	background: #006600;
	color: #FFCC01;;
	padding: 5px 10px;
	text-align: right;
	font-size: 80%;
	font-family: arial, sanserif, helvetica;}


H2	{margin-top: 20px;
	margin-left: 20px;
	color: #006600;
	font-weight: bold;
	font-family: arial, sanserif, helvetica;}

H3	{margin-top: 0px;
	margin-left: 5px;
	margin-right: 10px;
	color: #FFCC01;
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	font-family: arial, sanserif, helvetica;}

H4	{margin-top: 0px;
	margin-left: 5px;
	color: #FFCC01;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	text-align: center;
	font-family: arial, sanserif, helvetica;}

H5	{
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 10px;
	color: #006600;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	font-family: arial, sanserif, helvetica;
}

P	{text-align: justify;
	font-family: arial, sanserif, helvetica;
	margin: 0px 20px 0px 20px;}


P.header	{text-align: justify;
	font-weight: bold;
	text-decoration: underline;
	font-family: arial, sanserif, helvetica;
	margin: 20px 20px 5px 20px;}



a:link	{color: #000;
	text-decoration: none;
	font-family: arial, sanserif, helvetica;
	}


a:visited	{color: #000;
		text-decoration: none;
		font-family: arial, sanserif, helvetica;
		}

a:hover, a:active	{color: #FFCC01;
			
		}


/* image and caption position & style */
div.imagecaption 	{float: right;
			width: ;
			margin: 20px 20px 5px 5px;
			display: inline;
			padding: 5px ;
			background: clear ;
			}


div.imagecaption img 	{border: 2px solid black;}
