/* CSS Document */

body
{
padding-top:0px;
padding-bottom:0px;
margin-top:2px;
margin-bottom:2px;
background:#840000;
}

/* Adelaide Trailor Bin's customised Paragraph text */
p
{
color:#333333;
font-size:19px;
font-family:Corbel;
}

/* Adelaide Trailor Bin's customised LI */
li
{
color:#333333;
font-size:19px;
font-family:Corbel;
}

/* Adelaide Trailor Bin's customised main heading text */
h1
{
color:#FFFFFF;
font-family:"Berlin Sans FB Demi";
font-size:56px;
}

/* Adelaide Trailor Bin's customised sub heading text */
h2
{
color:#FFFFFF;
font-family:"Berlin Sans FB Demi";
font-size:28px;
}

#spec_text
{
font-family:"Berlin Sans FB Demi";
font-size:15px;
color:#FFFFFF;
text-align:center;
}

#spec_text2
{
color:#710003;
font-size:19px;
font-family:Corbel;
}


/* Adelaide Trailor Bin's customised sub heading text 2 text */
h3
{
color:#333333;
font-size:30px;
font-family:"Adobe Caslon Pro";
}


/* Adelaide Trailor Bin's customised link tag, derived from their paragraph tag */
a
{
color:#333333;
font-size:14.50px;
font-family:"Century Gothic";
text-decoration:none;
}

#right_pane a
{
color:#0000CC;
font-size:19px;
font-family:Corbel;
text-decoration:underline;
}

/* Holds/Sourrounds all content including the header, menu and body text of the main page */
#content
{
margin:0 auto;
height:1400px;
width:800px;
background:#840000;
}

/* contains the heading, including heading text and slideshow designed in adobe photoshop, located in photshop folder of site*/
#header
{
background:#840000;
 height:200px;
 width:800px;
 text-align:left;
}

/* Menu system that is simply hyperlinks from text to other pages, this sits directly below the header as a inbuilt menu system*/
#menu
{
margin:0px;
padding:0px;
text-align:left;
height: 20px;
width: 798px;
background:#840000;
color:#FFFFFF;
}

/* on hovering over the menu change the desired attributes of the contained A TAG, SPECIFICALLY targeting the A tag in the menu only */
#menu a:hover
{
background:#FFFFFF;
color:#710003 !important;
}

/* this paine will hold can image of a bottle of wine of the label */
#main_pane
{
width: 700px;
margin:0 auto;
height:1100px;
text-align:justify;
background:url(../Pics/terms/terms3.jpg);
color:#333333;
}
