/******** Zero all margins and padding at start *******/

* {
  padding: 0;
  margin: 0;
}

/*************/

body		{		
		font-size : 14px;
		font-family : Verdana, Arial, sans-serif;
		min-width: 920px;
		color: #797979;
		background: #369;
		behaviour: url(csshover.htc);/*WinIE Behaviour Call*/
} 

/**********************/

#wrapper	{
	 	width:920px;
		position: relative;
		left: 50%;
		margin-left: -460px;
}

/********* Header Image *********/

#headerpanel	{
		position: absolute;
		top:0;
		right: 0;
}

#english	{
		position: absolute;
		top: 5px;
		right:10px;
}

#german		{
		position: absolute;
		top: 5px;
		right: 55px;
}

#italian	{
		position: absolute;
		top: 5px;
		right: 100px;
}

#spanish	{
		position: absolute;
		top: 5px;
		right: 145px;
}

#scottishdriverguide {
		position: absolute;
		top:74px;
		left: 12px;
		color: #fff;
		font-size: 26px;
		letter-spacing: 1px;
}

#telephonenumber	{
		position: absolute;
		top: 75px;
		right: 14px;
		color: #fff;
}

/************* Centre Panel *************/

#centrepanel	{
		position: absolute;
		top: 260px;
		left: 0;
		font-size: 13px;
		width: 918px;
		height: 600px;
		background: #fff;
		border-left: 1px solid #013f66;
		border-right: 1px solid #013f66;
}


#centrepanel p	{
		margin: 0 0 15px 0;
}

/* Menu Panel */

#menu		{
		position: absolute;
		top:0;
		left: 0;
		width: 130px;
		text-align: center;
}

#menu ul	{
		position: absolute;
		top:0;
		left: 0;
		width: 130px;
		text-align: center;
		font-size: 18px;
}

#menu li	{
		list-style: none;
		margin: 0 0 7px 0;
}

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

#menu li a:hover	{
		text-decoration: underline;
		color: #013f66;	
}

/*Main Text Panel border image*/


#topleftborder		{
		position: absolute;
		top: 0;
		left: 140px;
}

#bottomrightborder		{
		position: absolute;
		top: 370px;
		right: 170px;
}

#text		{
		position: absolute;
		top: 15px;
		left: 160px;
		font-size: 13px;
		letter-spacing: 1px;
		line-height: 17px;
		background: #fff;
		width: 570px;
}

#text li	{
		margin: 0 0 0 30px;
}

#rhsimagepanel	{
		position: absolute;
		top: 7px;
		right: 3px;
		height: 500px; 
		width: 152px;
		border: 1px solid #c6d4dd;
}

#rhsimagepanel img	{
		border: 1px solid #013f66;
		padding: 1px;
}

/* Professional Body Logo Panel */

#professionalbodylogopanel	{
		position: absolute;
		top: 519px;
		right: 3px;
		border: 1px solid #013f66;
		width: 152px;
}

#professionalbodylogopanel img	{
		padding: 1px;
}

/******************* Footer Panel **************/

#footerpanel	{
		position: absolute;
		top:855px;
		left: 0;
		background: #013f66;
		width: 920px;
		height: 25px;
}

#footerpanel p	{
		font-size: 10px;
		color: #bbb;
		position: absolute;
		top:4px;
		right: 3px;
		font-size: 9px;
}

#footerpanel a	{
		text-decoration: underline;
		color: #bbb;
}

#footerpanel a:hover	{
		color: #fff;
}

/*************Assorted classes*************/

.blueborder	{
		border: 1px solid #013f66;
}

.bluetext	{
	color: #013f66;
}

