body{
	/*background: url('http://www.thesolent.co.uk/images/bg.jpg') repeat-x;*/
    background: url('images/pebbles1-2.jpg') repeat-x fixed top;
	height: 100%;
	margin: 0px;
    /*background-color: #bcdef4;*/
}

h1{
	font-size: 100%;
	padding-top: 5px;
	margin-top: 15px;
	padding-bottom: 8px;
}

h2{
	font-size: 100%;
	padding-top: 5px;
	margin-top: 15px;
	padding-bottom: 5px;
}

h3{
	font-size: 15px;
}

h4{
	float:right;
}

p{
font-family: arial, sans-serif;
font-size: 15px;
margin:0px;
padding:10px;
color: #333;
}

a{
	text-decoration: none;
}

a img{
	border: none;
}

a:hover{
	text-decoration: underline;
}

h1 a:visited{
	color: yellow;
}

h2 a:visited{
	color: yellow;
}

.wrapper{
	margin: auto;
	width: 970px;
    background: url('http://www.thesolent.co.uk/images/wrapper-bg.png') repeat-y;
}

.banner-and-nav-bar{
	float: right;
    margin-right: 5px;
    width: 954px;
    height: 118px;
    background: url('http://www.thesolent.co.uk/images/banner-and-nav-bar.jpg') no-repeat;
}

.nav ul{
	padding: 0px;
    margin: 0px;
    margin-top: 85px;
}

.nav li{
	list-style-type: none;
	float: left;
    color: #fff;
    background: url('http://www.thesolent.co.uk/images/nav-side.jpg') right no-repeat;
    padding: 0px;
    margin: 0px;
}

.nav a{
	display: block;
    float: left;
    line-height: 33px;
    padding: 0px 8px;
    margin: 0px 1px 0px 0px;
    text-decoration: none;
    color: #fff;
    font-family: arial, sans-serif;
	font-size: 80%;
}

.nav a:hover{
	background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;
}

#body_home #nav_home a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_news #nav_news a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_events #nav_events a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_charities #nav_charities a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_business-directory #nav_business-directory a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_local-tourist-information #nav_local-tourist-information a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_property #nav_property a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_useful-info #nav_useful-info a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_web-cams #nav_fun-stuff a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_forum #nav_forum a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_contact #nav_contact a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_advertise #nav_advertise a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_things-to-do #nav_things-to-do a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_fun-stuff #nav_fun-stuff a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_horoscopes #nav_fun-stuff a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_weather #nav_weather a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}
#body_jobs #nav_jobs a{background: url('http://www.thesolent.co.uk/images/nav-highlight.jpg') repeat-x;}

.main{
	float: right;
    margin-right: 5px;
	width: 954px;
    margin-bottom: 10px;
    font-family: arial, sans-serif;
    background-image: url('http://www.thesolent.co.uk/images/left-col-bg.gif');
	background-repeat:repeat-y;
	background-position: left;
}

.secondmain{
	width: 954px;
    min-height: 550px;
    font-family: arial, sans-serif;
    background-image: url('http://www.thesolent.co.uk/images/spinnaker.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
    overflow: hidden;
}

.left-col{
	margin-top: -20px;
	width: 180px;
    float: left;
    background-color: #003366;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    color: #ccc;
}

.right-col{
	float: right;
    margin: 1px;
    width: 110px;
}

.right-col h2{
	color: #000;
    text-align: center;
    font: 10px arial, sans-serif;
}

.right-col ul{
	margin: 10px;
    padding: 0px;
}

.right-col ul li{
	font: 12px arial, sans-serif;
	list-style-type: none;
    display: block;
}

.right-col ul li a{	
	color: #000;
}

.right-col ul li a:hover{
	color: #ccc;
}

.right-col img{
	margin: 5px;
}

.right-col a img{
	border: 1px solid #ccc;
}

.content{
	min-height: 406px;
	margin-left: 200px;
    margin-right: 130px;
    width: auto;
}

.content p{
	font-size: 12px;
}

.content ul{
	margin: 0px;
}

.content li{
	margin: 0px;
    padding: 0px;
}

.content li a{
	text-decoration: none;
    color: #0055FF;
}

.content li a:hover{
	text-decoration: underline;
    color: #000;
}

.wrapper-bottom{
	margin: auto;
	width: 970px;
    background: url('http://www.thesolent.co.uk/images/wrapper-bottom.png') no-repeat;
}

.web-design{
	margin: auto;
    width: 970px;
   	margin-top: -20px;
}

.web-design p{
	margin: 0px;
    padding: 0px;
	font-family: arial, sans-serif;
	font-size: 10px;
    text-align: right;
	margin-right: 5px;
}

.web-design a{
	color: #000;
	font-family: arial, sans-serif;
	background-color: #fff;
}

.home a{
	font-size: 20px;
    text-decoration: none;
    color: #003366;
    font-weight: bold;
}

.home p{
	font-size: 70%;
    color: #000;    
}

.business-directory ul{
	list-style-type: none;
}

.business-directory li{
	font-size: .8em;
}

.tourist{
	
}

.tourist ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 600px;
	display: block;
}

.tourist li{
	float: left;
	font-size: 80%;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 135px;
	min-height: 140px;
}

.tourist li a{
	color: #666;
}

.tourist li a:hover{
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	}
	
/*----------EDUCATION----------------*/


.education{
	float:left;
	padding:5px;	
	width:580px;
	font-size: 12px;
}

.education a:link{
	text-decoration: none;
	font-size:12px;
	}

.education a:hover{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}
	

#wrapper {
text-align:left;
width:600px;

}

#wrapper2 {
text-align:left;
width:600px;
}

a {
color:blue;
cursor:pointer;
}

#myvar {
border:0px;
background:#ffffff;
padding:0px;
}

#myvar2 {
border:0px;
background:#ffffff;
padding:0px;
}

#myvar3 {
border:0px;
background:#ffffff;
padding:0px;
}

#myvar4 {
border:0px;
background:#ffffff;
padding:0px;
}

#myvar5 {
border:0px;
background:#ffffff;
padding:0px;
}

#myvar6 {
border:0px;
background:#ffffff;
padding:0px;
}

	
/*-----------------------------------RSS FORMATTING-----------------------------------*/
	
.rss_title a{
	font-size: 18px;
    text-decoration: none;
    color: #003366;
    font-weight: bold;
}

.rss_date p{
	font-size: 60%;
    color: #000;
    margin-bottom: 5px;
}

.rss_text{
    border: 1px solid #003366;
    background-color: #ccc;
}

.rss_text p{
	font-size: 70%;
    padding: 5px;
    color: #000;
}
	
#horoscopes{
	width: 500px;
	margin-right: 10px;
}

#daily-horoscopes{
	width: 600px;
}

#daily-horoscopes ul{
	margin-left: 20px;
	display: block;
	padding: 0px;
}

#daily-horoscopes ul li{
	list-style-type: none;
	float: left;
	margin: 20px 20px;
	text-align: center;
	width: 100px;
	font-family: arial, sans-serif;
	font-size: 15px;
}

#daily-horoscopes ul li a{
	text-decoration: none;
}

#daily-horoscopes ul li img{
	border: none;
}

.horoscope_rss_title p{
    font-family: arial, sans-serif;
	font-size: 130%;
	color: #333;
}

.horoscope_rss_text p{
    font-family: arial, sans-serif;
	font-size: 80%;
	margin-left: 90px;
}
	
.property_rss_title p{
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
	
.property_rss_text p{
	font-family: arial, sans-serif;
	font-size: 60%;
	}

.jobs-rss_title{
	border: 1px solid #003366;
    background-color: #ccc;
	height: 50px;
}
	
.jobs-rss_title a{
	font-size: 80%;
    text-decoration: none;
    color: #003366;
    font-weight: bold;
}

.jobs-rss_title p{
	margin: 5px;
	padding: 0px;
}

.jobs-rss_date p{
	font-size: 60%;
    color: #000;
    margin-bottom: 5px;
}

.jobs-rss_text{
    border: 1px solid #003366;
    background-color: #fff;
	height: 170px;
}

.jobs-rss_text p{
	font-size: 70%;
    padding: 5px;
    color: #000;
}

.vue-rss_title{
	border: 1px solid #003366;
    background-color: #ccc;
	height: 55px;
}
	
.vue-rss_title a{
	font-size: 90%;
    text-decoration: none;
    color: #003366;
    font-weight: bold;
}

.vue-rss_title p{
	margin: 5px;
	padding: 0px;
}

.vue-rss_date p{
	font-size: 60%;
    color: #000;
    margin-bottom: 5px;
}

.vue-rss_text{
    border: 1px solid #003366;
    background-color: #fff;
	height: 320px;
	margin-bottom: 10px;
}

.vue-rss_text p{
	font-size: 70%;
    padding: 5px;
    color: #000;
}