/* CSS Document */
/* CSS Document for The Gift Express Company */

body {
	text-align:center;
	font-size:12px;
	margin: 0; 
	padding: 0;
	font-family:Georgia, Times New Roman, Times, serif;
	background:url(../images/bg.jpg) repeat-x #7f94ff;
}

#wrapper{
width:100%;
height:auto;
text-align:center;
}

#main{
width:800px;
height:auto;
text-align:center;
margin:0px auto;
}


#footer{
width:700px;
height:26px;
font-size:12px;
text-align:right;
padding-top:15px;
border-top:solid #999999 1px;
clear:both;
font: 11px georgia, sans-serif;
font-style:italic;
}

#header{
width:100%;
height:116px;
background:url(../images/header.jpg) no-repeat top;
}

#divider{
width:800px;
height:30px;
float:right;
text-align:left;
padding-left:100px;
font: georgia, sans-serif;
}

#content{
width:500px;
height:250px;
float:left;
text-align: center;
font-family:Georgia, Times New Roman, Times, serif;
}

#clear{
clear:both;
width:700px;
height:1px;
}

#right{
width:300px;
height:auto;
float:right;
font-size:18px;
text-align:left;
}

#top .inputbox {  border:solid #c2c2c2 1px; height:13px; font-size:9px; width:120px; background:#c2c2c2;  }
#top .inputbox:hover {  border:solid #803152 1px; background:#CCCCCC;  }
#top .button  { cursor: pointer; vertical-align:middle;} 

img { border: 0 none; }

#footer a:link{text-decoration:none;
color:#fff;
font-size:12px;
}
#footer a:active{text-decoration:none;
color:#990066;

}
#footer a:hover{text-decoration:underline;
color:#333333;
}
#footer a:visited{text-decoration:none;
color:#990066;}


