/* HEADER/FOOTER VARIABLES */

#header
{
height:40px;
}

#header,#footer
{
background-image:url('http://onethousandseas.org/1000int/includes/headfeet.png');
font-size:small;
}

#main {padding-bottom: 45px;}  /* must be same height as the footer */

#footer{margin-top: -46px; /* negative value of footer height */
	height: 45px;}

a.switchit{}

a:link,a:visited{background-color:#FFCC00;color:black;font-weight:bold;text-decoration:none;}

a:active,a:hover{color:#FFCC00;background-color:black;font-weight:bold;text-decoration:none;}

/* ============================================================================================ */

body 
{
background-color:#F2A830;
font-family:sans-serif; 
}

#adivisme{
width:200px;
background-color:#ffcc66;
border:1px solid black;
padding:20px;
text-align:center;
position:relative;
top:-20px;
}

p{padding:8px;}

#contactimg{position:relative;right:100px;z-index:1;padding-top:60px;}

/* ============================================================================================ */

a:active,a:hover{}

a:link,a:visited{}

/* ============================================================================================ */

/* CSS CLASSES REQUIRED BY WORDPRESS */

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin-right:5px;
}

.alignright {
float: right;
margin-left:5px;
}