/***********************************************/
/* anthony.css                                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Georgia, "Times New Roman",Times,serif;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0;
	padding: 0;
	background-color: #000000;
	text-align: center;
}

h1 {
	font-family: Georgia, "Times New Roman",Times,serif;
	color: #FFCC33;
	text-align: center;
	font-size: 170%;
}

h2 {
	font-family: Impact, Verdana, Arial, sans-serif;
	color: #FFCC33;
	text-align: center;
	font-size: 170%;
}

h3 {
	font-family: Georgia, "Times New Roman",Times,serif;
	color: #FFCC33;
	text-align: left;
	font-size: 100%;
}

a {
	color: #FFCC33;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

hr {
	width: 90%;
	height: 2px;
	background-color: #FFCC33;
	color: #FFCC33;
	border: none;
	text-align: center;
}

dl {
	padding-left: 20px;
}

dt {
	color: #FFCC33;
}

dd {
	padding-bottom: 20px;
}


/***********************************************/
/* page tag styles                             */
/***********************************************/

#page {
	margin-left: auto;
	margin-right: auto;
	width: 60em;
	text-align: left;
}


/***********************************************/
/* header tag styles                           */
/***********************************************/

#header {
	text-align:center;
	z-index: 2;
}

#header img.right {
	position:relative;
	bottom: 27px;
	right: 4px;
}

/***********************************************/
/* menu tag styles                             */
/***********************************************/

#menu {
	position:relative;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
	width: 155px;
	height:720px;
	left: 18px;
	bottom: 6px;
	z-index: 1;
}

#menu p {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 80%;
}

#menu a.large {
	font-family: Impact, Verdana, Arial, sans-serif;
	font-size: 128%;
	color: white;
	text-decoration: none;
	margin-left: 10px;
}

#menu a:hover {
	color: #FFD042;
}

#menu h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

.counter {
	font-size: 50%;
}

/***********************************************/
/* menu_footer tag styles                      */
/***********************************************/
#menu_footer {
	position:relative;
	width: 161px;
	height:15px;
	left: 18px;
	bottom: 6px;
	z-index: 1;
	background-image: url(images/menu_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

/***********************************************/
/* content tag styles                          */
/***********************************************/
#content_outer {
	position: absolute;
	width: 730px;
	top: 205px;
	z-index: 0;
}

#content_inner {
	position: relative;
	left: 205px;
    bottom: 40px;	
	z-index: 0;
}

#content_inner img {
	border: 1px solid #FFCC33;
	padding: 5px;
}

#content_inner img.right {
	float: right;
	margin: 10px 0px 10px 10px;
}

#content_inner li {
	margin-bottom: 5px;
}

#content_inner blockquote {
	padding-top: 1px;
	padding-bottom: 1px;
	font-style: italic;
}

#content_inner p.indent {
	padding-left: 20px;
	padding-bottom: 10px;
}

.centeredImage {
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

#guestbook {
	position: relative;
	top: 5px;
	left: 50px;
}

/***********************************************/
/* news styles                                 */
/***********************************************/

#news p.date {
	color:#FFCC33;
	margin: 0;
	padding-top: 10px;
}
	
#news p.news {
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 30px;
}

/***********************************************/
/* dreams styles                               */
/***********************************************/

#dreams {
	position: relative;
	top: 100px;
}	