body {
	behavior: url(http://www.gavinandersonphotography.co.uk/templates/gavinanderson/css/csshover.htc);
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #ffffff;
        background-color: #1c1c1c;
        text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
}
.header {
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ED257A;
	height: 135px;
	background-color: #000000;
}
.menucontainer {
	clear: both;
        width: 1000px;
	background-color: #000000;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
.menucontainer span {
        line-height: 30px;
        padding-left: 30px;
}
.logo {
	clear: both;
	height: 105px;
	width: 100%;
	background-color: #000000;
	background-image: url(http://www.gavinandersonphotography.co.uk/templates/gavinanderson/images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.container {
	clear: both;
}
.user1container {
}
.contentcontainer {
}
.user2container {
}
.footer {
	background-color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ED257A;
	height: 50px;
	width: 100%;
	position: static;
	bottom: 0px;
	margin-top: 20px;
	text-align: right;
	clear: both;
}
.menu_dropdown, .menu_dropdown ul, .menu_dropdown li { margin: 0; padding: 0; border: 0 none; }

.menu_dropdown       { float:left; position:relative; z-index: 100; }
.menu_dropdown li    { float:left; position:relative; list-style: none; display: inline; padding-left: 17px; padding-right:17px; }
.menu_dropdown li a  { display:block; white-space: nowrap; }
.menu_dropdown li li { width: 100%; clear: both; }
.menu_dropdown li ul {
	visibility: hidden;
	position:absolute;
	left: 0;
	background-color: #000000;
	border: 3px solid #ED257A;
	width: 150px;
}

.menu_dropdown li li ul {  top: 0; left: 0; }

.menu_dropdown li:hover ul {  visibility: visible; }
.menu_dropdown li:hover ul li ul {  visibility: hidden;  }
.menu_dropdown li:hover li:hover ul {  visibility: visible;  left: 100%; }

/* ---- Menu layout -------------------------- */

.menu_dropdown li {
}
.menu_dropdown li li { border: 0; padding: 0; }

.menu_dropdown     {}
.menu_dropdown  li.parent { }
.menu_dropdown  li.separator { background: #DDE1E6;  height: 1px;  }

.menu_dropdown a, .menu_dropdown div {
	padding: 0;
	margin: 0 1px 0 1px;
	color: #fff;
	vertical-align: middle;
	font-size: 12px; font-weight: bold; text-decoration: none;
	cursor: default;
	background-repeat: no-repeat; background-position: left 50%;
	text-align: left;
	line-height: 30px;
}

.menu_dropdown ul a {
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	color: #fff;
}

/* 1 level - hover */
.menu_dropdown li:hover a { margin: 0 1px 0 1px; }
.menu_dropdown li:hover { background-color: #ED257A; }
/* 2 level - normal */
.menu_dropdown li:hover li a  { background-color: transparent; border: 0 none; margin: 1px;  }
/* 2 level - hover */
.menu_dropdown li:hover li:hover a { margin: 1px; }
/* 3 level - normal */
.menu_dropdown li:hover li:hover li a { background-color: transparent; border: 0 none;   margin: 1px;  }
/* 3 level - hover */
.menu_dropdown li:hover li:hover li a:hover { margin: 1px;  }

p {
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

a:link, a:active, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


