/*Feel free to learn from my CSS file but please don't blatently copy it ;-) */

/*Copyright 2011 Dave Lambert - dave@dtek-services.com */

body{
	background-image:url('images/bg_box.gif');
	font-family: tahoma;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 10px;
	overflow-x: hidden;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #0000FF;
}

#header{
	position: absolute;
	width: 100%;
	height: 31px;
	right: 0px;
	left: 10px;
	font-size:xx-large;
	font-weight: bold;
}

#header a{
	color: #000000;
	text-decoration: none;
}

#header a:hover{
	color: #0000FF;
}

#rule{
	background-image: url(images/navbg.gif);
	position: absolute;
	height: 12px;
	width: 100%;
	top: 41px;
	right: 0px;
	
}

#menu{
	position: absolute;
	top: 50px; /* was 63px */
	bottom: 100px;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	overflow: auto;
	text-transform: lowercase;
	border: solid 1px #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#menu a{
	color: #000000;
	text-decoration: none;
}

#menu a:hover{
	color: #0000FF;
}

#menu span{
	font-weight: normal;	
}

#content{
	position: absolute;
	top: 51px; /* was 63px */
	left: 220px;
	right: 10px;
	bottom: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-family: verdana;
	overflow: auto;
	border: solid 1px #000000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


#copyright{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* Computer Tips Page */
p.codes{
	font-family: "Courier New", Courier, monospace;
	border: 1px solid gray;
}

.entry{
	padding-bottom: 20px;
}

/* Connectors Page */
table.pc_conn{
	border: 1px solid black;
	border-spacing: 0px;
}

table.pc_conn td{
	border: 1px solid black;
	text-align: center;
}

/* Garage Page */
table.tblgarage{
	border: 1px solid black;
	border-spacing: 0px;
}

table.tblgarage td{
	border: 1px solid black;
}

