/* General */

body {
	background:url(http://www.pennyinkdesigns.com/img/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    	background-color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	text-decoration: none
}

font {
	font-size: 15px;
	color: #dd4c9a;
}

.photo {
float: right;
}

a.in_body {
	color: #dd4c9a;
}

a.in_body:hover {
	color: #FFFFFF;
}

/* IDs */

#top_container {
}

#header {
width:100%;
height:120px;
background-color:#000000;
border:0px;
overflow:hidden;

}

#header_content {
width:850px;
height: 120px;
background-repeat:no-repeat;
border:0px;
overflow:hidden;

}

#header_logo {
width:300px;
height:120px;
float:left;
background-image:url(../img/pennyinklogo1.jpg);
background-repeat:no-repeat;
background-position:70px 0px;
border:0px;
overflow:hidden;

}

#header_menu {
float: right;
height:120px;
width:500px;
border:0px;
overflow:hidden;
}


#layout_spacer_dark_blue {
width:100%;
height:0px;
background-color:#000000;
background-repeat:repeat-x;
}

#layout_spacer_blue_stripe {
width:100%;
height:15px;
background-image:url(../img/header_back.gif);
background-color: #eaa9cc;
background-repeat:repeat-x;
border-bottom:1px solid #dd4c9a;
}

#layout_spacer_solid_green {
width:100%;
height:8px;
background-color:#dd4c9a;
background-repeat:repeat-x;
}

#main {
width:850px;
border:0px;
background-color:#000000;
overflow:hidden;
}

#tablet_main {
width:800px;
height:100%; /* change this before publishing!!! */
border:0px;
text-align:left;
background-color:white;
overflow:hidden;
}

#tablet_content {
width:750px;
margin-left: 50px;
text-align:left;
padding:0px;
}


#tablet_header {
width:800px;
height:25px;
background-image:url(../img/tablet_header.gif);
}
#tablet_footer {
width:800px;
height:25px;
background-image:url(../img/tablet_footer.gif);
}

#left_side_container {
float:left;
width:260px;
height:535px;
/*background:#B1D3AD;*/
colour:black;
border:0px;
}

#left_side_content {
padding: 0px 0px;
color:#000000;
text-align: left;
float:left;
width:260px;
height:535px;
/*background:#B1D3AD;*/
border:0px;
}

#middle {
float:left;
width:525px;
overflow:hidden;
background-color:white;
border:0px;
}

#home_nav_container {
float:left;
width:550px;
height:550px;
background-image:url(../img/centre_fade.gif);
background-repeat:no-repeat;
}

#home_nav_content {
width:550px;
height:550px;
/*background-color:white;*/
}


#image_panel {
float:left;
width:525px;
height:200px;
background-color:#edbad5;
border:0px;
}

#promo {
float:center;
text-align: left;
width: 800px;
height:	50px;
background-color: white;
border: 0px;
}

#footer {
float: center;
text-align: right;
width: 800px;
/*background-color: white;*/
height: 20px;
}

/* NAV */

.hovermenu ul{
font-family: Geneva, Arial, Helvetica, sans-serif;
float:right;
overflow:hidden;
font-size:12px;
margin-top: 99px;
padding-left: 0;
margin-left: 0;
height: 25px;
color: black;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #de4d9b;
border: 2px solid #de4d9b;
}

.hovermenu ul li a:hover{
background-color: #edbad5;
border-style: solid;
}

html>body .hovermenu ul li a:active { /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

/* Home Page Links */

a.link1 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 254px; /* width of reactive image */
     height: 159px; /* height of reactive image */
     background-image: url(../img/buscard1.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.link1:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/buscard2.jpg); /* source for target image */
     }


a.link2 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 250px; /* width of reactive image */
     height: 50px; /* height of reactive image */
     background-image: url(../img/dancing.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.link2:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/dancing_hover.gif); /* source for target image */
     } 
 

a.link3 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 500px; /* width of reactive image */
     height: 500px; /* height of reactive image */
     background-image: url(../img/contact-info.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.link3:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/venue_hover.gif); /* source for target image */
     } 

a.link4 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 500px; /* width of reactive image */
     height: 500px; /* height of reactive image */
     background-image: url(../img/home-logo.jpg); /* source for start image */
     background-repeat: no-repeat;
	 background-position:center;
     }
	 
a.link4:hover { /* definition of the "image" class for <a> tag when hovered onto */
     width: 500px; /* width of reactive image */
     height: 500px; /* height of reactive image */
	 background-image: url(../img/home-logo2.jpg); /* source for target image */
     background-position:center;
	 } 

a.link5 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 120px; /* width of reactive image */
     height: 115px; /* height of reactive image */
     background-image: url(../img/culture.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.link5:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/culture_hover.gif); /* source for target image */
     } 

a.link6 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 120px; /* width of reactive image */
     height: 115px; /* height of reactive image */
     background-image: url(../img/marketplace.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.link6:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/marketplace_hover.gif); /* source for target image */
     } 

a.link7 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 120px; /* width of reactive image */
     height: 115px; /* height of reactive image */
     background-image: url(../img/sponsors08.gif); /* source for start image */
     background-repeat: no-repeat;
     }

a.link7:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/sponsors08_hover.gif); /* source for target image */
     } 


a.link8 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 119px; /* width of reactive image */
     height: 115px; /* height of reactive image */
     background-image: url(../img/messages.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.link8:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/messages_hover.gif); /* source for target image */
     } 
	 

a.link9 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 120px; /* width of reactive image */
     height: 115px; /* height of reactive image */
     background-image: url(../img/contact.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.link9:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(../img/contact_hover.gif); /* source for target image */
     } 


/* Classes */

.sponsors_left {
width:	100%;
height: 275px;
margin-top: 10px;
border-bottom:1px solid gray;
text-align: left;
}

.sponsors_special {
width: 100%;
height: 500px;
margin-top: 10px;
border-bottom:1px solid gray;
text-align: left;
}

.sponsors_bronze {
width: 100%;
height: 250px;
margin-top: 10px;
border-bottom:1px solid gray;
text-align: left;
}

.fixcenter {
  width: 761px;
  border: solid; 
  border-width: 1px;
  border-color: #2C3043;
  background-image: url('images/main_bg.jpg');
  color: #000000;
  margin: auto;
  margin-top: 0px;
  text-align: left;
}


/*text*/

.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
}