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

body {
	background-color: #FF0000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 0px;
	}

img { border: 0px; }

a, p { color: #303030; }

div#gallery_content {
width: 980px;
height: 470px;
}

div#left_container {
width:540px;
float:left;
}


div.album {
width: 320px;
float: left;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.album_name, .album_desc {
margin-top: 6px;
width: 200px;
float: left;
}
div.album_thumb {
padding: 10px;
float: left;
text-align: center;
border: 1px solid #dc3f01;
margin-right: 6px;
background-color: #303030;
}

div.album_menu {
width: 100%;
float: left;
margin-top: 15px;
margin-bottom: 10px;
}
div.album_menu .links {
width: 380px;
float: left;
}
div.album_menu .album_pagination {
width: 140px;
float: left;
text-align: right;
}
div.thumb {
padding: 10px;
float: left;
text-align: center;
border: 1px solid #dc3f01;
margin: 2px;
background-color: #303030;
}
div#pagination {
width: 100%;
float: left;
margin-top: 10px;
}

div#right_container {
width:420px;
float: left;
text-align: center;
}
#large_image {
padding: 9px;
border: 1px solid #dc3f01;
background-color: #303030;
text-align: center;
margin-bottom: 10px;
}

.arrows_nav {
margin-top: 5px;
margin-bottom: 4px;
font-size: 12px;
}
.arrows {
margin-right: 10px;
margin-left: 10px;
text-decoration: none;
}




