* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	text-decoration: underlined;
	color: #000;
}

a:visited {
	text-decoration: underlined;
	color: #555;
}

input[type="text"], input[type="password"] {
	border: solid 1px black;
}


body {
	background-color: #A9AC99;
	font-family: Arial;
}


.clear {
	clear: both;
}

#container {
	/*background-color: red;*/
	width: 950px;
	height: 100%;
	margin: 0 auto;
	background-color: #A9AC99;
	padding-left: -5px;
	/*background: #A9AC99 url(/images/background.png) repeat-y top right;*/
}

/*****************
 * LOGO (HEADER) *
 *****************/
#logo {
	width: 100%;
	text-align: center;
	
	font-size: 4em;
	color: #000;
	
	/*background-color: green;*/
	background: #A9AC99 url(/images/background2.png) repeat-y top right;
}

#logo a {
	text-decoration: none;
	color: #000;
	font-family: Times New Roman;
}

#logo a:visited {
	text-decoration: none;
	color: #000;
}

/*********************
 * NAVIGATION (MENU) *
 *********************/
#nav {
	width: 950px;
	text-align: center;
	padding: 5px 0;

	/*background-color: blue;*/
	background: #A9AC99 url(/images/background2.png) repeat-y top right;
}

#nav ul {
	list-style-type: none;
}

#nav li {
	display: inline;
	border: solid 1px black;
	margin: 0 2px;
	background-color: white;

}

#nav li a {
	color: #000;
	text-decoration: none;
	
	margin: 4px;
	padding: 5px 20px;
}


/***********
 * CONTENT *
 ***********/
#content {
	width: 950px;
	text-align: center;

	
	/*background-color: #A9AC99;*/
	/*background-image: url(/images/background.png);*/
	background: #A9AC99 url(/images/background.png) repeat-y top right;
}

/**********
 * FOOTER *
 **********/
#footer {
	width: 100%;
	height: 35px;
	padding-top: 3px;
	
	text-align: center;
	font-family: Arial;
	color: #666;
	font-size: 0.7em;
	background: #A9AC99 url(/images/background_footer.png) no-repeat top right;
}


/**********************
 * CONTENT OF CONTENT *
 **********************/
 
#content #error {
	margin: 5px;
	color: red;
	font-weight: bold;
}
 
 /* base class */
#content .base {
	width: 900px;
	padding: 6px 20px 6px 30px;
	text-align: left;
}

#content .base h2 {
	margin-left: -10px;
	margin-bottom: 15px;
}
 
 
 /* index */
#content #ileft {
	width: 465px;
	float: left;
	margin-left: 5px;
}
 
#content #ileft .index_art_box, .index_welcome_box { /* Preview of latest articles on index + welcome text */
	margin: 5px;
	padding: 5px;
	width: 465px;
	border: solid 1px black;
}

#content #ileft .index_art_box a {
	text-decoration: none;
}

#content #ileft .index_art_box a.artread {
	font-size: 0.7em;
}

#content #ileft .index_welcome_box { /* Welcome text box (bigger space underneath it) */
	margin-bottom: 20px;
}

#content #imovie { /* Latest movie on index */
	margin: 5px;
	padding: 5px;
	width: 435px;
	float: right;
	border: solid 1px black;
}


/* login */
#content #login td {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 2px;
}

#content #login {}


/* article list */
#content #artlist .art {
	border: solid 1px black;
	margin: 4px 20px 12px 10px;
	padding: 5px 5px 9px 15px;
}

#content #artlist .art h3 {
	margin-left: -5px;
}

#content #artlist .art .artinfo {
	float: right;
	margin-top: -25px;
	text-align: right;
	font-size: 0.9em;
}

#content #artlist .art p {
	margin-top: 5px;
}

#content #artlist .art a.artread {
	margin-left: -3px;
	font-size: 0.7em;
}

/* View article */
#content #article h2 {
	border-bottom: 1px solid #2F4860;
}

#content #article .artinfo {
	float: right;
	margin-top: -47px;
	font-size: 0.8em;
	text-align: right;
}

#content #article p {
	margin-left: 5px;
	margin-right: 15px;
}

/* User list */
#content #userlist table {
	margin: 5px;
	padding: 3px 3px 7px 5px;
	border: 1px solid black;
}
#content #userlist td {
	padding: 3px;
	padding-right: 15px;
	border: 1px solid #ccc;
	vertical-align:center;
}
#content #userlist th {
	padding-left: 3px;
	padding-right: 15px;
	background-color: #ccc;
	border: 1px solid #ccc;
}

