/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

/* --ELEMENTS-- */

#all1 {
	top: 0;
	left: 0;
	min-width: 600px;
	margin: 0;
	padding: 0;
	border: 0px solid #0000ff;
	background: #ffffff url(images/grey.gif) top right repeat-y;
}

#all2 {
	top: 0;
	left: 0;
	min-width: 600px;
	margin: 0;
	padding: 0 120px 0 220px;
	color: #585C50;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	border: 0px solid #ff0000;
	background: transparent url(images/back.jpg) top right no-repeat fixed;
}

#menu {
	position: fixed;
	top: 20px;
	left: 20px;
	padding: 20px;
	font: 12px sans-serif, Verdana, Arial, Helvetica;
	line-height: 25px;
	border: #555555 solid 1px;
	background: #EAECE6;
}

#bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background-color: #EAECE6;
	border-top: 1px solid #DF3535;
	text-align: left;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
}

#gallery {
	border: 1px solid #585C50;
	text-align: center;
	padding: 20px;
	background-color: #EAECE6;
	margin-bottom: 20px;
}

#subject {					/*message box in contact form*/
	margin: 20px 0 0 0;
}

.name {						/*name image*/
	position: absolute;
	top: 100px;
	left: 180px;
	margin: 0 0 100px 0;
}

/* --END ELEMENTS-- */


/* --LINKS-- */

a {
	color: #262A1F;
	text-decoration: none;
}

a:visited {
	color: #262A1F;
	text-decoration: none;
}

a:hover {
	color: #C83D3D;
	text-decoration: none;
}

#menu a {
	text-decoration: none;
	color: #585C50;
}

#menu a:visited {
	text-decoration: none;
	color: #585C50;
}

#menu a:hover {
	text-decoration: none;
	color: #DF3535;
}

/* --END LINKS-- */


/* --HEADINGS-- */

h1 {
	color: #585C50;
	background-color: #EAECE6;
	border: 1px solid #555555;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 26px;
	padding: 5px;
}

h2 {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: lighter;
	color: #585C50;
}

h3 {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: lighter;
	color: #585C50;
	border-top: 1px solid #585C50;
	margin-top: 30px;
}

span.title {
	font-size: 12px;
	font-weight: bold;
}

p.menu-tight {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 15px;
}

/* --END HEADINGS-- */


/* --TEXT BOXES-- */

span.bottomphoto {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 0 20px 20px 0;
	text-align: right;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
}

p.works {
	font-size: 12px;
}

.index {
	border: 1px solid #585C50;
	padding: 10px;
	margin-bottom: 20px;
}

.gallerytext {
	font-size: 10px;
	margin: 0;
}

.text {
	margin: 20px 0 20px 0;
}

#home_text {
	margin: 50px 0 20px 0;
}

.link {
	line-height: 30px;
}

/* --END TEXT BOXES-- */


/* --IMAGES-- */

.gallery {
	border: 1px solid #585C50;
	margin: 20px 0 0 0;
}

.image {
	margin-bottom: 10px;
}

/* --END IMAGES-- */