/* ================================ */
/* Robert Banh's Standard CSS File  
/* ================================ */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ================================ */
/* TAGS
/* ================================ */
html {text-align:center; background:#39c;}
body {margin:20px; font-family:arial, sans-serif; }

h1, h2 {font-size:24px; margin-bottom:20px; color:#fff;}
h2 a {color:#000; text-decoration:underline; font-weight:normal; font-size:18px;}
a {cursor:pointer; color:#f00;}
p {color:#fff;}

form {text-align:left; margin-left:70px;}
label {display:block; margin-bottom:5px; font-size:24px; color:#404040;}
input, textarea {margin-bottom:20px;}
input[type=text] {width:300px; padding:10px;}
input[type=submit], input[type=button] {padding:5px 10px; margin-right:10px; }

/* ================================ */
/* CLASS 
/* ================================ */
.clear { clear:both; }
.small { font-size: 10px; }

/* ================================ */
/* index page 
/* ================================ */
#container {margin:0 auto; width:560px; position:relative;}
#main {margin:30px 0 60px; padding:40px; border:1px solid #ccc; background:#eee;
	border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px; -khtml-border-radius:7px;}
#gallery {margin:0 auto; width:900px; }
#gallery li {float:left; padding:5px; }
