/*
�2003-2004 All Rights Reserved
 ___     _   _         __      ___    _ _       _
| _ )___| |_| |___ _  _\ \    / / |_ (_) |_ ___| |_  ___ _ _ _ _  ___
| _ Y -_)  _| / -_) || |\ \/\/ /| ' \| |  _/ -_) ' \/ _ \ '_| ' \/ -_)
|___|___|\__|_\___|\_, / \_/\_/ |_||_|_|\__\___|_||_\___/_| |_||_\___|
                   |__/

This is aag.css - Stylesheet of allaboutguernsey.com version 0.1a
*/

/* BASIC TEXT AND TAG DEFINITIONS */

body
	{
	font-family: arial, helvetica;
	background-color: #333;
	margin: 0;
	padding: 0;
	}
	
#whitebody
	{
	background-color: #666;
	width: 855px; 
	height:521px;
	display: block;
	text-align: center;
	position: relative;
	top:45px;
	}
	
#leftside
	{
	background-image: url(../img/leftside.png);
	width:444px;
	height:521px;
	position: absolute;
	left:0px;
	}

#rightside
	{
	background-image: url(../img/rightside.jpg);
	width:411px;
	height:521px;
	left:444px;
	position: absolute;
	}

#mainimage
	{
	background-image: url(../img/image1.jpg);
	left:444px;
	position: absolute;
	width:353px;
	height:521px;
	}
	
#maintext
	{
	color: #333;
	left:153px;
	top:20px;
	position: absolute;
	width:264px;
	height:481px;
	text-align:left;
	font-family: Arial;
	font-size:10px;
	}

#shortly
	{
	display:none;
	color:#999999;
	position:relative;
	width:756px;
	top:130px;
	font-family: Arial;
	font-size:9px;
	text-align:right;
	font-weight:bold;
	}

	sup {
		font-size:0.8em;
	}

	#logolink {
		position:absolute;
		top:12px;
		left:48px;
		background-color:transparent;
		height:80px;
		width:50px;
	}