/* CSS Document */

* {
text-decoration : none;
}

img {
border : none;
}

body {
margin : 20px;
background-color : #121C6D;
}

#main {
width : 100%;
height : 100%;
border : 1px solid #ffffff;

}



#left {
width : 271px;
text-align : center;
background-image : url(images/back-gag.jpg);
background-position : 0% 100%;
background-repeat : no-repeat;
vertical-align : top;
height: 600px;
}

#logo {
display : block;
width : 271px;
height : 500px;
margin-top : 25px;
}



#right {
background-color : #ffffff;
vertical-align : top;
font-family : Arial, Helvetica, sans-serif;
font-size : 75%;
text-align : justify;
height: 600px;
}

#right p {
margin : 0px;
padding : 7px;
padding-left : 15px;
padding-right : 15px;
}

#right h1 {
font-size : 100%;
color : #121C6D;
margin : 0px;
padding : 7px;
padding-left : 15px;
padding-right : 15px;
}

#right h2 {
font-size : 100%;
color : #000000;
margin : 0px;
padding : 7px;
padding-left : 15px;
padding-right : 15px;
}

#right a {
color : #121C6D;
font-weight: bold;
}

#right a:hover {
color : #ffffff;
background-color : #121C6D;
font-weight: bold;
}

#right h1 a {
color : #121C6D;
font-weight: bold;
}

#right h1 a:hover {
color : #ffffff;
background-color : #121C6D;
font-weight: bold;
}

#right h2 a {
color : #121C6D;
font-weight: bold;
}

#right h2 a:hover {
color : #ffffff;
background-color : #121C6D;
font-weight: bold;
}

#layout {
background-color : #ffffff;
vertical-align : middle;
font-family : Arial, Helvetica, sans-serif;
font-size : 75%;
font-weight : bold;
text-align : right;
}

#layout a {
color : #121C6D;
}

#layout a:hover {
color : #ffffff;
background-color : #121C6D;
}

#t {
margin-right : 10px;
}

#o {
display : none;
}

#nav {
display : none;
}

#exmouthlink {
	position: absolute;
	display: block;
	width: 225px;
	height: 35px;
	bottom: 245px;
	left: 25px;
}

#honitonlink {
	position: absolute;
	display: block;
	width: 225px;
	height: 35px;
	bottom: 195px;
	left: 25px;
}
	
#garageslink {
	position: absolute;
	display: block;
	width: 190px;
	height: 160px;
	bottom: 20px;
	left: 40px;
}	

#companies {
	padding-left: 20px;
	text-size: 100%;
}	

#companies a {
color : #121C6D;
}

#companies a:hover {
color : #ffffff;
background-color : #121C6D;
}

#logos {
padding-top: 5px;
}