/* CSS Document */

/* Background */

.footer	{ background-color: #444; }

body { background-color: #588; }

.header-left,
.header-right,
.main,
.menubar
	{
	background-color: white;
	}
	
.header-right
	{
	background-image: url(../images/3.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}
	
.menubar 
	{ 
	background-image: url(../images/3-bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	}

/* Border */

.header-left,
.header-right
	{
	border-bottom: 1px solid #588;
	}

/* Color */

a { color: #588; }
a:hover { color: #333; }
.quote	{ color: #666; }
h1,h2,h3,h4,h5,h6,
h1 a, h2 a, h3 a { color: #a00; }
.footer	{ color: #ddd; }

/* Font */

body { font-family: 'Book Antiqua', 'Times New Roman', Times, serif; }

h1 { font-size: 135%; }
h2 { font-size: 122%; }
h3 { font-size: 110%; }

.border-text,
.footer,
.quote
	{
	font-size: 75%;
	}
	
.quote
	{
	font-style: italic;
	font-weight: bold;
	}

p a { font-weight: bold; }

/* List */

ul { list-style-image: url(../images/arrow_right.gif); }

ul.menu 
	{
	list-style-image: none;
	list-style-type: none; 
	margin: 0;
	padding: 0;
	}

ul li { padding-bottom: 0.5em; }

/* Margin */

body { margin: 5px; }
h1 { margin-top: 0; }

/* Padding */

.header-left,
.header-right
	{
	padding: 0;
	}

p.quote	{ padding-top: 2em;	}

/* Text decoration */

a { text-decoration: none; }

/* Working area */

p { line-height: 18px; }

.topright { margin: 0 0 1em 1em; }
.topleft { margin: 0 1em 1em 0; }

.caption
	{
	text-align: center; 
	}
.caption {			color: #999; }
.caption { font-size:0.9em; }
.caption
	{
	font-weight: bold;
	}
