/*
Theme Name: Laminall Fine Art
Author: Graham Letorney // FotoVisura
*/


/* global prop. */
*{
  margin: 0;
  padding: 0;
}

html, body{
margin-top:30px;
height:100%;
}

html{
  font-size: 100%;
}

body{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: 13px;
  font-style: normal;
  color: #333;
  min-height:100%;
  height:auto !important; /* ie6 ignores it */
  height:100%; /* fix */
  position: relative;
}


/* general elements */
a{
  color: #2d83d5;
  text-decoration: none;

}

a:hover{
  text-decoration: none;
}

/* Menu */
#menu-container {
	margin: 0 auto;   
	text-align: center; 
	}
	
#menu {
	margin-top:-38px;
	margin-left: 220px;
	z-index:0;
	}

#center {
	width:1000px;
	margin: 0 auto;
	}
p {
padding-top:10px;
}	
	

/* Logo */
#logo {
margin: 0 auto;
}

#triangle {
margin: 0px auto 0;
padding-left:12px;
z-index:1500;

}


/* Content */

#content {
position:absolute;
top:305px;
width: 800px;
z-index:2000;
font-size:13px;
margin-left:95px;
padding-bottom:15px;
line-height:20px;
font-family:Geneva, Arial, Helvetica, sans-serif;
border-bottom: 20px solid #ddd;
text-align:justify;
}

#title{
position:absolute;
top:270px;
width:auto;
z-index:2000;
margin-bottom:10px;
margin-left:15px;
text-align:right;
padding: 2px 20px;
background-color:#fff;
font-size: 20px;
font-weight:100;
border: 1px solid #bbb;
text-transform:capitalize;
}

#box {
border: 1px solid #bbb;
padding: 10px;
margin: 0 0 20px 10px;

}
