/*
************************************************************
*	CSS File
************************************************************
*
*	Author: Nathan Wixcey
*	URL: http://www.wixceydesigns.com
*	
************************************************************
*
*	Filename: stylesheet.css
*	Version: 1.0
*   Created: 20.08.2010
*	Updated: 23.08.2010
*
************************************************************
*/

body {


margin:0px;
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
align:center;
/*background-image:url(images/bg.jpg);*/
background-repeat:repeat-x;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#header {

width: 850px;
height: 140px;

}

#advert_wrapper {
width: 850px;
height: 240px;
background-color:#e5e5e5;
border: 0px solid  #999999;
}
#advert_container {

width: 850px;
height: 240px;
background-image:url(images/rydercup_advert2.jpg);
background-repeat:no-repeat;
background-position:center;
}

#body_container {

width: 850px;
height: auto;
min-height: 700px;
background-color:#e5e5e5;
}

#book_wrapper {

width:200px;
height:150px;
float: left;
margin-left:16px;
margin-top: 5px;
}

#book_wrapper:hover {
width:200px;
height:150px;
background-image:url(images/travelodge_bookh.jpg);
}

#cr_wrapper {

width:200px;
height:150px;
float: left;
margin-left:5px;
margin-top: 5px;
}

#bk_wrapper {

width:200px;
height:150px;
float: left;
margin-left:5px;
margin-top: 5px;
}

#first_wrapper {

width:200px;
height:150px;
float: left;
margin-left:5px;
margin-top: 5px;
}

#page_break {
background-image:url(images/pagebreak.jpg);
background-repeat:repeat-x;
width: 820px;
height:3px;
float:left;
margin-top:5px;
margin-left: 15px;
}

#page_break0 {
background-image:url(images/pagebreak.jpg);
background-repeat:repeat-x;
width: 820px;
height:3px;
float:left;
margin-top:5px;
margin-left: 15px;
}

#body_header {
background-image:url(images/body_header.gif);
width: 840px;
height: 25px;
float:left;
margin-left:5px;
margin-top:5px;
}

.body_header {
margin-top: -10px;

vertical-align:middle;
}

#body_content {
background:#FFFFFF;
background-position:bottom;
background-repeat:no-repeat;
height:auto;
min-height: 498px;
width: 840px;
float:left;
margin-left:5px;

}


h1 {

}

h2 {

color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight: 600;
}

h2 {

color: #333333;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: 600;
}

#news_header {
background-image:url(images/news_header.jpg);
background-repeat:no-repeat;
width: 650px;
height: 25px;
float:left;
margin-left:60px;
}


#news_content {
background-color: #CCCCCC;
width: 650px;
height: 160px;
float: left;
margin-left:60px;
}

.news_header {
margin-top: 5px;

vertical-align:middle;
}

#news_footer {
background-image:url(images/news_footer.jpg);
background-repeat:no-repeat;
width: 650px;
height: 25px;
float:left;
margin-left:60px;
}

#footer {
background-color: #CCCCCC;
width:850px;
height: 50px;
}

#created {

background-color: #CCCCCC;
width:850px;
height:20px;
}

