/**
* CSS
* 
* @version 1.0
* @orginial authors Vaska, Gregory Cadar
* @author Tomas
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Helvetica, Arial, Geneva;
	color: black;
	background: #ffffff;

background-image: url(http://www.alexenacayless.co.uk/files/1_background.jpg);
background-repeat: repeat;
background-position: 0 0;
background-attachment: fixed;


	line-height: 1.3em;
}

a:link {
	font-family: Helvetica, Arial, Geneva;
	font-size: x-small;
	color: black;
	text-decoration: none;
	width: 0px;
	border: 0px;
}
a:visited {
	font-family: Helvetica, Arial, Geneva;
	font-size: x-small;
	color: black;
	text-decoration: none;
	width: 0px;
	border: 0px;
}
a:hover {
	color: black;
	background: yellow;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}


#content a:link { text-decoration: none; }

#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; 


}

#menu {
    width: 220px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
background-image: url(http://www.alexenacayless.co.uk/files/1_background.jpg);
background-repeat: repeat;
background-position: 0 0;
background-attachment: fixed;

}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu .section-title { color: #000; font-weight: bold; }

#content {
    height: 100%;
    margin: 0 0 0 220px;
    top: 0;
}

   img {
   border: 0px solid #f2f2f2;
   }

.container {
    padding: 20px 15px 25px 20px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0px; }

#once { clear: left; }

