/* Reset & base setup */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: arial, helvetica, san-serif;
	vertical-align: baseline;
}

a{
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    }

a:hover {
	text-decoration: none;
    font-weight: bold;
	color: #ff3399;
	}

body {
	background-color: #000000;
    color: #ffffff;
    }



/* Common Styles */

#container {
	width: 960px;
	margin: 0 auto;
	}

#col-right{
	height: 530px;
	width: 460px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	}

#col-left{
	height: 530px;
	width: 460px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 14px;
	}

#footer {
	height: 47px;
        font-size: 10px;
        text-align: center;
	background-image: url(images/footer.jpg);
	}
	
	#footer ul{
		position: relative;
		top: 10px;
		}
	
	#footer li{
		display: inline;
		}
	
    #footer a{
        text-decoration: none;
        }
    
    #footer a:hover{
        color: #000000;
        text-decoration: underline;
        }

#CA-link{
	float: left;
	margin-left: 20px;
	}
	
#counter {
	float: right;
	margin-right: 20px;
	margin-top: -5px;
	}


#main {
	height: 550px;
	background-image: url(images/main.jpg);
	}

#masthead {
	height: 120px;
	background-image: url(images/masthead.jpg);
	}

#nav {
	height: 30px;
	font-size: 18px;
	background-image: url(images/nav-bg.png);
	background-repeat: repeat-x;
	}
	
	#nav td{
		width: 192px;
		height: 30px;
		text-align: center;
		vertical-align: middle;
		}

	
#title {
	height: 60px;
	width: 460px;
	margin-top: 10px;
	margin-left: 10px;
	}

/* Home pages styles */

.bec {
	float: left;
	margin-bottom: 10px;
	}

.bella {
	float: right;
	margin-bottom: 10px;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}


/* Model gallery styles */

#gal-mask {
	width: 460px;
	height: 340px;
	overflow: hidden;
	text-align: center;
	}

#gal-num {
    width: 460px;
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
    }
   
	#gal-num a{
		font-size: 24px;
		}  

.pink {
	color: #ff0099;
	}

#model-info{
		margin-top: 120px;
		width: 140px;
		height: 280px;
		float: right;
		text-align: center;
		font-size: 12px;
		}
		
	#model-info li{
		list-style-type: none;
		}

#model-name{
	height: 60px;
	margin-top: 0px;
	font-size: 24px;
	}

.large-img{
	width: 300px;
	height: 400px;
	float: left;
	color: #ffffff;
	}

.small-img{
	width: 100px;
	height: 150px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.small-img-spacer{
	width: 100px;
	height: 150px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	}

/* model specific styles Bec Zoe Nikki & Ebony */

#mod-large {
	width: 460px;
	height: 520px;
	}

#mod-img-1 {
	height: 165px;
	width: 220px;
	float: left;
	margin-top: 10px;
	}

#mod-img-2 {
	height: 165px;
	width: 220px;
	float: right;
	margin-top: 10px;
	}

.bec {
	background-image: url(images/Models/Bec/Bec-3.jpg);
	}

.model-text{
	height: 275px;
	width: 460px;
	}

/* links gallery styles */

.event-display {
	width: 460px;
	height: 370px;
	margin-top: 60px;
	}

.event {
	width: 460px;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.event-pic {
	width: 74px;
	height: 50px;
	float: left;
	margin-right: 3px;
	background-color: #993399;
	text-align: center;
	font-size: 24px;
	}
	
.event-pic-right {
	width: 74px;
	height: 50px;
	float: right;
	background-color: #993399;
	text-align: center;
	font-size: 24px;
	}
	
#events-mask {
	width: 460px;
	height: 180px;
	overflow: hidden;
	border: 1px dashed pink;
	}

.event-name {
	text-align: center;
	color: #ff0099;
	}

#events-num {
    width: 460px;
    text-align: center;
    margin-top: 10px;
    }
   
	#events-num a{
		font-size: 16px;
		} 


.link-mask {
	width: 460px;
	overflow: hidden;
	}
		
.link {
	width: 460px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
	}



#link-num {
    width: 460px;
    height: 60px;
    text-align: center;
    margin-top: 10px;
    }
   
	#link-num a{
		font-size: 16px;
		}



/* Contact Us style details */

h1.contact {
	color: white;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	}

.contact {
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	}