/* (c) Medden Website Design CSS Layout */


body {
width: 850px;
	   font-family: "Century Gothic",verdana, sans-serif;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		background-color: #FFCCFF;
}
h2,h3,h4{

}
.left{
		float: left;
		clear: none;
		padding: 20px;
}

.right{
		float: right;
		clear: none;
		margin-left: 10px;
		margin-right: 10px;

}

.box{
		background: #f8f8f8;
		border: 1px solid #d0d4d4;
		color: #505050;
		margin: 15px auto;
		padding: 10px 10px 10px 20px;
		width: 75%;
}

.photo{
		margin: 5px auto 15px;
		padding: 5px;
}

.smallcaps{
		font-variant: small-caps;
}

.mini{
		color: #a0a0a0;
		font-size: 0.75em;
		font-weight: 400;
		line-height: 1.2em;
		margin: 20px 0 10px 8px;
}

.small{
		font-size: 0.85em;
}

.large{
		font-size: 1.4em;
}

.soft{
		color: #808080;
}

.normal{
		font-weight: normal;
}

.sharp{
		color: #101010;
}

.center{
		text-align: center;

}

.hide{
		display: none;
}

#span{
	text-align: left;
	height: 80px;

	margin: 0 auto;

}

#title{

		height: 120px;
		background: transparent url(images/titlebg.jpg) repeat-x;
		text-align: center;
		padding-top: 20px;
}

#logo{
display:none;
		position: absolute;
		left: auto;
		top: 20px;
		padding-left: 5px;
}



#content {
		background-color: #cc99cc;
		clear: none;
   	padding:30px;
color:#000;
font-size: 1.2em;
width: 540px;
		background: url(images/content-mid.jpg) repeat-y;
		margin: 0 0 0px 250px;
}
#content-top{
			background: url(images/content-top.jpg) no-repeat;
		margin: 0 0 0px 250px;
width: 540px;
   	padding:5px 30px ;
}
#content-btm{
			background: url(images/content-btm.jpg) no-repeat 0 -5px;

width: 540px;
   	padding:0 30px 20px 30px ;
		margin: 0 0 30px 250px;
}
#menu {
		font-family: "Century Gothic", "Trebuchet MS" , Arial, Helvetica, Sans-Serif;
		background-color: #FFCCFF;
		font-size: 1.0em;
		font-weight: bold;
		color: #fff;
		display: block;
		float: left;
		background: url(images/menu-small.jpg) no-repeat;
		height: 350px;
		width: 200px;
		margin: 0px 0px 0 0;

text-align: center;
}
#menu ul {
		list-style: none;
		padding: 20px 0 0  0;
		margin: 0;
		
	
}
.menuitem{
padding: 15px 0px 0 0;
}

.menuitem a{ 		
		text-decoration: none;
		color: #000;
		padding: 0px;
}


.menuitem a:hover{
		color: #000;

}

.menuitemx {
		float: left;
		clear: none;		
		list-style-type: none;

		
}
.menuitemx a{ 
		clear: none;
		float: left;
		color: #000;

		display: block;		
		text-align: center;
		text-decoration: none; 
		padding: 5px 15px;
}
.menupic {
	margin-top: 150px;
	float: left;
	margin-left: 20px;

}

#closer{
		float:left;
		clear:both;
}

#myid {
		margin: 40px 0 0 0;
		padding: 20px 20px 60px 40px;
		text-align: left;
		line-height: 1.5em;
/*		border: 3px outset  #fff;
      background-color: #D580FF;*/
		background: url(images/myid.jpg) no-repeat;


		}


#disclaimer{
/*		background-color: #fff;*/
		clear:both;
		font-size: x-small;
		color:#6f6f6f;
		line-height: normal;
	   text-align: center;
 	   padding:10px;
}

#promote, #promote a {

		clear:both;
		font-family: Verdana, Arial,Helvetica,  sans-serif;
 		text-decoration: none; 
	  	text-align: center;
		padding:10px 0;
	   font-weight: bold;
  		color: #004080;
/*				background-color: #FFF;*/
}

#promote a:hover{
		text-decoration: underline;
}

/* contact form - inspired by the form validator from www.aplus.co.yu  */

