/*
Name: Unique Dress
Date: 2008-04-01
Description: Unique Dress
Author: Alison Rouse
URL: http://www.uniquedress.co.uk*/

/* standard elements */

* {padding: 0px; margin: 0px;}

body{
height: 100%;
background-image:url(img/background.jpg);
background-repeat:repeat;
}

img{
border-width:0px;
}

a{ outline: none;}

#wrapper{
width: 881px;
margin: 0px auto;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
height: 100%;
padding-top:4px;
padding-bottom:6px;
}

.clearboth{
clear: both;
}

h1{
color:#000000;
font-size:1.4em;
font-weight:normal;
padding-bottom:10px;
padding-top:0px;
padding-left:10px;
text-align:left;
}

h2{
color:#000000;
font-size:0.7em;
line-height:1.2em;
padding-left:10px;
padding-right:10px;
}

h3{
color:#000000;
font-size:1em;
font-weight:normal;
padding-bottom:0px;
padding-top:0px;
padding-left:10px;
text-align:left;
font-weight:bold;
}

h4{
color:#000000;
font-size:1em;
font-weight:normal;
padding-bottom:10px;
padding-top:0px;
text-align:left;
}

h5{
color:#000000;
font-size:1em;
font-weight:normal;
margin-left:0px;
margin-right:60px;
text-align:left;
}

p{
color:#000000;
font-size:0.8em;
line-height:1.2em;
padding-left:10px;
padding-right:10px;
}

#content{
overflow: hidden;
}

#header{
background-image:url(img/header.gif);
height:130px;
background-repeat:no-repeat;
}


#left{
width:184px;
float:left;
line-height:30px;
padding-top:40px;
padding-right:16px;
font-size:1em;
text-align:right;
background-color:#b17a58;
padding-bottom: 2000px;
margin-bottom: -2000px;
}

#left a{
color:#000000;
text-decoration:none;
}

#left a:hover{
font-weight:bolder;
}

#right{
width:650px;
background-color:#fff;
float:left;
padding-left:10px;
padding-right:20px;
padding-top:20px;
	left: 200px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}

#right a{
color:#a45454;
}

#right a:hover{
color:#903a3a;
}

#footer{
background-image:url(img/footer.jpg);
background-repeat:no-repeat;
height:23px;
}