@charset "utf-8";
/* CSS Document */
body{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0;
	
}
#container {
	width: 860px;
	background-image: url(../images/cake_logo.jpg);
	background-repeat: no-repeat;
	background-position: 30px 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a, #logoImage {
  border:none;
  }
  
#header {
	margin-top: 20px;
	margin-left: 360px;	
	width: 486px;
}

a.nav, a.nav:link, a.nav:visited {
	display: block;
	width: 102px;
	height: 36px;
    margin-top: 10px;
	background-image: url(../images/navbg.png);
	text-align: center;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	line-height: 30px;
	overflow: hidden;
	
}
a.nav:hover {
	background-image:url(../images/navHover.png);
	;
	}
a.nav:active {
	background-image: url(../images/navHover.png);
	text-decoration: none;
	color: purple;
	
}
 
#navbar {
	width: 113px;
	height: 236px;
	margin-top: 190px;
	margin-left: 215px;
	position: relative;
	z-index: 1;
}
#content {
	background-image:url(images/content.jpg);
	background-repeat:no-repeat;
	width: 580px;
	position: absolute;
	z-index: 2;
	margin-left: 350px;
	
}

#mainWelcome {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #483f90;
	margin-left: 35px;
	font-weight: 400;
	width: 300px;
	border-bottom-color: #483f90;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	
	
}

	
#welcome {
	margin-left: 35px;
	color: #ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 375px;
}


	



	

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #483f90;
	font-weight: 400;
	width: 505px;
	border-bottom-color: #483f90;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
img {
	margin-top: 5px;
	margin-right:  5px;
	
	margin-bottom: 5px;
	margin-left: 0px;
}

a:link{
	color: #dedede;}
a:visited{
	color: #dedede;}
a:active{
	color: #dedede;}
a:hover{
	color: #dedede;}

#pages{
	margin-top: 20px;
	position: absolute;	
	z-index: 5;
}

a.pages, a.pages:link {
	color:#60C;
	
}
a.pages:visited{
	color:#666;
}

a.pages:hover{
	color: #dedede;}
	
	
#footer {
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
	margin-top: 50px;
}