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

* html body {
	font-size: x-small; /*for IE5/Win*/
	f\ont-size: small; /*for other IE versions */
}
body {
	background-image:url(images/global/background.png);
}
/***** tags *****/
h1 {
	font-size:200%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #bc9696;
}
h2 {
	margin-top: 1.3em;
	font-size:140%;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	border-bottom-color: #0915cb;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color:#0000CC;
	text-decoration: none;
}
a:hover, a:active {
	border-bottom-color: #0332f5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color:#0033FF
}
img {
	border-bottom-style:none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
/***** /tags *****/

/***** classes *****/

#content p {
	font-size:100%;
	line-height: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.credits {
	font-size:80%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
.credits img {
	border:none;
}
.review-source {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	margin-bottom:28pt;
}
.leftimage {
	float:left;
	margin-right:10px;
}
.rightimage {
	float:right;
	margin-left:10px;
}

.border {
	border: 1px solid #A72D2F;
}
/***** /classes *****/

/***** ids *****/
#firefox {
	border-width:0px;
	border-style:none;
}
/***** /ids *****/

/***** divs *****/
#container {
}
#nav {
	width:150px;
	float:left;
}
#content {
	width:560px;
	margin-left:150px;
	padding:10px 20px;
}

/***** /divs *****/


/***** menu *****/
#menu {
	list-style:none;
	border-bottom:1px solid #7e8c93;
	padding:0px;
	width: 150px;
	margin-left: 0px;
}

#logo {
	height: 75px;
	width: 150px;
	background-repeat: no-repeat;
	background-image: url('images/global/rose.jpg');
}
#menu li {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	border:none;
}

#menu a:link, #menu a:visited{
	display:block;
	color:#000;
	margin:0;
	padding: 4px 8px;
	text-decoration:none;
	background:#dbf9be;
	border-top:1px solid #7e8c93;
	border-right: 1px solid #7e8c93;
	border-left: 1px solid #7e8c93;
	border-bottom:none;
}
#menu a:hover, #menu a:active {
	color:#af2130;
/* 	background-image:url('http://www.juliegoell.com/images/global/nav_arrow.gif'); */
/* 	border-right: 1px solid #b3cc9c; */
	background-color: #e1ffda;
	background-repeat: no-repeat;
	background-position: right 50%;
	border-bottom:none;
}

#here a:link, #here a:visited {
	background-repeat: no-repeat;
	background-position: right 50%;
	background-image: url('images/global/nav_arrow.png');
	border-right: 1px solid #b3cc9c;
}

/***** /menu *****/

/***** polaroid frame ******/
#frame {
	width: 320px;
	float: right;
	text-align: center;
	padding-top: 10px;
	background-color: #FDF2F2;
	border: 1px solid #A72D2F;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px 5px;
}
#frame img {
	border:1px solid #A72D2F;
}
#frame p {
	font-size: 80%;
}
#caption {
	font-size: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/****** /polaroid frame *****/
