body {
	background: #000;
	color: #7fafdf;
	text-align: center;
}

.black_text {
	color: #000;
}

h2 {
	text-align: center;
}

#container {
	text-align: center;
	margin: auto;
	margin-top: 5%;
	margin-left: 10%;
	margin-right: 10%;
	background: #fff;
	padding: 10px;
	width: 750px;
}

A:link {color: #7fafdf; text-decoration: none; border: 0px;}
A:visited {color: #7fafdf; text-decoration: none; border: 0px;}
A:active {color: #7fafdf; text-decoration: none; border: 0px;}
A:hover {color: #666; text-decoration: none; border: 0px;}



A.light:hover {color: #ffffff; text-decoration: none; border: 0px;}

img {color: #000; text-decoration: none; border: 0px;}

td#image_thumbs {
	width: 10%;
	border-right: 1px dotted #7fafdf;
	vertical-align: top;
	text-align: center;
}

td#previous {
	width: 15%;
        vertical-align: top;
        text-align: right;
	padding-right: 10px;
}

td#next {
	width: 15%;
        vertical-align: top;
        text-align: left;
	padding-left: 10px;
}

td#full_image {
	width: 450px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

#center_content {
        border-bottom: 1px solid;
        border-top: 1px solid;
}

#content {
	text-align: left;
	padding-top: 10px;
}

td#navigation {
	text-align: right;
	vertical-align: top;
	width: 60%;
}

td#quantity {
	text-align: center;
}

#header {
	font-size: 25px;
	padding-bottom: 5px;
}

#text {
	width: 100%;
	text-align: center
}

td.left_menu {
	width: 20%;
	color: #000;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-right: 1px dotted #0f83da;
}

td.center_content {
	width: 80%;
        color: #000;
        text-align: left;
        vertical-align: top; 
        padding-left: 5px;
        padding-top: 10px;
        padding-right: 10px;
	padding-bottom: 10px;
}

table.center {
	width: 100%;
}

#worldmap {
	border-bottom: 1px solid;
	border-top: 1px solid;
}

.country_links {
	color: #ffffff;
	font-size: 13px;
}

#country_links {
}

.country_name {
	border-top: 1px dotted #0f83da;
	padding-top: 5px;
	font-size: 20px;
}

.blue {
	color: #7fafdf;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.small {
	width: 220px;
	height: 180px;
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

#intro {
	color: #000;
	text-align: center;
	width: 50%;
	margin: auto;
	padding: 10px;
}

.right_image {
	border: 1px solid;
	float: right;
	margin: 5px;
}

.left_image {
        border: 1px solid;
        float: left;
        margin: 5px;
}

#bg {
	background: #7fafdf;
	padding: 5px;
}

