/*
Name: Link Line Travel
Date: 22/06/09
Description: Technical Design | Two Column Template
Author: Stuart Huyton
*/

/* default elements */
* {margin: 0; padding: 0;}

body{background: url(img/bg.jpg) repeat-x top left;
	background-color: #cfdde8;
	font-family: sans-serif;
	font-size: 0.7em;
	padding: 2%;}

hr {width: 70%;
	text-align: center;
	margin: 0 auto;}

ul {color: #333333;
    list-style-type: none;}
	
li {padding-left: 10px;
	padding-right: 10px;
	margin: 10px;
    background: transparent;
    list-style-type: circle;}
	
h1,h2,h3 {color: #333333; padding: 8px 0 2px;}

h1 {font: normal 1.8em sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.4em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}


/* structure */
#container{
	background-color: #FFF;
	padding: 0;
	margin: 0 auto;
	width: 734px;}


/* header */
#header{
	background: url(img/header.jpg) no-repeat center center;
	height: 177px;
	margin:0;
	padding: 0;}



/* navigation */
.navbox{
	background: url(img/nav.jpg) left top no-repeat;
	height: 25px;}

.nav {
	height: 25px;}

.nav a {
	border-right: 2px solid #a8a8a8;
	border-right-style: groove;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font: bold 0.9em Verdana,sans-serif;
	line-height: 20px;
	margin-top: 2px;
	padding: 0 20px;}
	

.nav a:hover {
	border-right: 2px solid #a8a8a8;
	border-right-style: groove;
	float: left;
	text-decoration: none;
	color: #3366CC;
	font: bold 0.9em Verdana,sans-serif;
	line-height: 20px;
    margin-top: 2px;
    padding: 0 20px}

#indent{
	background: transparent;
	height: 21px;
	width: 52px;
	margin-top: 2px;
	border-right: 2px solid #a8a8a8;
	border-right-style: groove;
	float: left;}

/* main */
.main{
	background: url(img/main.jpg) top center no-repeat;
	height: 486px;}

#content{
	background: url(img/shad.png) center right no-repeat;
	height: 445px;
	width: 65%;
	text-align: justify;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 35px;
	padding-bottom: 20px;
	overflow: auto;
	float: left;}

*#content2{
	background: url(img/) no-repeat center center; 
	height: 445px;
	width: 15%;
	text-align: justify;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	float: right;}
	

	
/* bottom */



/* footer */
#footer{
	background: url(img/footer.jpg) no-repeat center center;
	height: 120px;}

#footbox{
	height: 120px;
	padding-top: 25px;
	padding-left: 45px;
	padding-right: 25px;
	padding-bottom: 25px;}

/* misc */
.clear{clear: both;}
.left{float: left;}
.right{float: right;}




/* block list */

