@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #d17214;
	background-image: url(../Images/gradient_withtexture.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#frame {
	width: 803px;
	background-image: url(../Images/index_middlebgd.jpg);
	background-repeat: repeat-y;
	margin-top: 17px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-bottom: 17px;
}

#header {
	background-image: url(../Images/index_topbgd.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 27px;
}

#logo {
	background-image: url(../Images/paris_andcoffee.jpg);
	background-repeat: no-repeat;
	background-position: 25px -25px;
	height: 190px;
	width: 235px;
}

/*Navigation*/
#nav {
	margin-top: 0px;
	margin-left: 23px;
	margin-right: 23px;
	background-image: url(../Images/paris_andcoffee.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 33px;
	padding-left: 225px;
	height: 180px;
}

#nav ul {
	margin-left: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D17417;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

#nav ul li {
	list-style: none;
	display: inline;
	margin: 0;
}


#nav ul li a {
	margin-left: 3px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D17417;
	border-right-color: #D17417;
	border-bottom-color: #D17417;
	border-left-color: #D17417;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-bottom: 3px;
	padding-left: 0.5em;
	background-color: #465C71;
	color: #C9D0DA;
	
}


#nav ul li a:link:visited {
	color: #C9D0DA;
	border: 1px solid #D17417;
	background-color: #465C71;
}

#nav ul li a:hover {
	color: #C9D0DA;
	background-color: #D17417;
	border-top-color: #465C71;
	border-right-color: #465C71;
	border-bottom-color: #D17417;
	border-left-color: #465C71;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
}
a:link{
	color: #653300;
}
a:visited {
	color: #653100;
}
a:hover {
	color: #D17214;
}
active {
	color: #8692AC;
}


#nav ul li a#current {
	background: #999999;
	border-bottom: 1px solid white;
}
.current {
	color: #C9D0DA;
	background-color: #D17417;
	border-top-color: #465C71;
	border-right-color: #465C71;
	border-bottom-color: #D17417;
	border-left-color: #465C71;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	padding-top: 3px;
	padding-right: 0.5em;
	padding-bottom: 3px;
	padding-left: 0.5em;
}


/*content*/

#columnLeft {
	float: left;
	width: 400px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 29px;
	
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C9D0DA;
	background-color: #633302;
	padding: 7px;
	border: 2px groove #566676;
}
first_letter {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}




#columnRight {
	margin-top: 30px;
	background-image: url(../Images/index_infoboxbgd_2.jpg);
	background-repeat: no-repeat;
	background-position: 480px top;
	padding-top: 7px;
	padding-left: 517px;
	padding-right: 29px;
	margin-right: 35px;

}

#footer {
	background-image: url(../Images/index_bottombgd.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 32px;
	padding-top: 35px;
	text-align: center;
}
#frame #logo #footer p {
	margin-left: 35px;
}

p {
	color: #333333;
	font-size: 14px;
	padding: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 9px;
	margin-right: 7px;
}
.image {
	background-position: center;
	margin-left: 9px;
}

.copyright {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #576081;
	padding-top: 5px;
	padding-left: 0px;
	margin-left: 0px;
}

#forscript {
	font-size: 14px;
	margin-top: 225px;
	color: #495E73;
	margin-left: 55px;
	font-family: Arial, Helvetica, sans-serif;
}

