* {
margin:0;
padding:0;
}

html, body {
/* background-color: #D0A9F5; */
font-size:12px;
font-family:Arial;
text-align:center;
color:#555555;
}

#background {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: -1;
}

.stretch {
    width:100%;
    height:100%;
}


#page {
width:960px;
margin:auto;
text-align:left;
background-image:url(../img/page.png);
}

#header {
margin:auto;
background:url(../img/header-julie.png) top center;
width:960px;
height:49px;
}

#header .left {
width:480px;
float:left;
padding-top:10px;
padding-left:10px;

}

#header .right {
width:400px;
float:right;
}

#header .right .links {
float:right;
padding-right:30px;
}

#header .right a {
width:89px;
text-align:center;
line-height:37px;
margin-top:56px;
margin-right:5px;
display:block;
float:left;
color:#FFFFFF;
text-decoration:none;
}

#header .right a:hover {
background-image:url(../img/menulinks.png);
color:#555555;
text-decoration:none;
}

#page .left a {
/* background: transparent none repeat scroll 0% 0%; */
/* color: rgb(255, 255, 255); */
-moz-background-clip: -moz-initial; 
-moz-background-origin: -moz-initial; 
-moz-background-inline-policy: -moz-initial;
}

.links a {
background: transparent url(img/menulinks.png) repeat scroll 0% 0%; 
color: rgb(85, 85, 85); 
-moz-background-clip: -moz-initial; 
-moz-background-origin: -moz-initial; 
-moz-background-inline-policy: -moz-initial;
}

.mainmenu {
clear:both;
width:930px;
padding-right:30px;
display:block;
height:1%;
}

.mainmenu .left {
width:234px;
float:left;
padding-top:10px;
}

.mainmenu .left a {
padding-top:10px;
height:47px;
padding-left:45px;
clear:both;
color:#FFFFFF;
text-decoration:none;
display:block;
line-height:18px;
}

.mainmenu .left a:hover {
background:url(../img/mainmenulinkshover.png) top right;
color:#555555;
text-decoration:none;
}

.mainmenu .left a span {
color:#000000;
clear:both;
text-decoration:none;
}

.mainmenu .left .mainmenuline {
background-image:url(../img/mainmenulinksline.jpg);
width:234px;
height:2px;
font-size:2px;
display:block;
padding:0;
margin:0;
line-height:2px;
}

.mainmenu .right {
width:640px;
margin-left:50px;
padding-top:10px;
padding-bottom:10px;
height:470px;
float:left;
position: relative;
display: block;
}


.contactme, .aboutme {
clear:both;
width:930px;
padding-right:30px;

height:1%;
}

.contactme .left, .aboutme .left {
width:189px;
padding-left:55px;
float:left;
color:#FFFFFF;
padding-top:30px;
}

.contactme .right, .aboutme .right {
width:640px;
margin-left:30px;
padding-top:20px;
height:470px;
float:left;
}

#footer {
margin: auto;
background-image:url(../img/footer-clean.png);
width:960px;
padding-right:0px;
text-align:right;
color:#FFFFFF;
padding-top:20px;
height:40px;
}

#footer a {
color:#FFFFFF;
text-decoration:none;
}

a:active, a:focus {
outline:none;
-moz-outline-style:none;
}

a {
color:#999999;
text-decoration:none;
}

a:hover {
color:#555555;
text-decoration:underline;
}

p {
line-height:18px;
}

h1, h1 a, h1 a:hover {
font-size:20px;
color:#000;
font-weight:normal;
font-style: italic;
text-decoration:none;
}

h1 span {
color:#7a685b;
}

h2 {
font-size:20px;
font-weight:normal;
padding-top:10px;
padding-bottom:10px;
}

#contactform {
font-size:12px;
color:#9f9f9f;
padding-top:10px;
padding-left:10px;
}

#contactform .line {
clear:both;
padding-top:5px;
padding-bottom:5px;
}

.input {
background-color:#FFFFFF;
border:1px solid #666666;
float:left;
width:300px;
padding:4px;
height:14px;
}

.textarea {
background-color:#FFFFFF;
border:1px solid #666666;
float:left;
width:300px;
padding:4px;
}

#sendbutton {
background-color:#333333;
border:none;
color:#FFFFFF;
width:100px;
font-family:Arial;
font-size:12px;
padding:4px;
margin-top:5px;
float:left;
margin-left:315px;
}

#sendbutton:hover {
background-color:#333333;
color:#CCCCCC;
}

.input_caption {
float:left;
width:100px;
text-align:right;
padding-top:5px;
padding-bottom:5px;
padding-right:6px;
}

.ux-carousel-container {
    overflow: hidden;
    position: relative;
    height: 480px;
}

.ux-carousel-slides-wrap {
    position: absolute;
    top: 0;
    left: 0;
}

.ux-carousel-slide {
	height: 480px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.ux-carousel-nav {
    height: 29px;
    width: 100%;
    background-color: #d1ccc7;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    filter:alpha(opacity=70);
}

.ux-carousel-caption {
    font-size: 20px;
    float: left;
    padding: 2px 5px;
    margin: 0;
    text-transform: none;
    color: black;
    overflow: hidden;
    height: 29px;
    width: 100px;
}

.ux-carousel-nav-prev,
.ux-carousel-nav-next,
.ux-carousel-nav-play {
    height: 24px;
    display: block;
    float: right;
    margin: 2px 0;
    background-position: 0 24px;
}

.ux-carousel-nav .ux-carousel-nav-prev {
    background-image: url('../img/prev.png');
    width: 31px;    
}

.ux-carousel-nav .ux-carousel-nav-next {
    background-image: url('../img/next.png');
    margin-right: 2px;
    width: 30px;
}

.ux-carousel-nav-play {
    background-image: url('../img/play_pause.png');
    width: 24px;
}

.ux-carousel-nav-play:hover {
    background-position: 0 0; 
}
.ux-carousel-nav-play.ux-carousel-playing {
    background-position: 24px 24px;
}
.ux-carousel-nav-play.ux-carousel-playing:hover {
    background-position: 24px 0;
}

.ux-carousel-nav-prev:hover,
.ux-carousel-nav-next:hover {
    background-position: 0 48px;
}

.ux-carousel-nav-prev.ux-carousel-nav-disabled,
.ux-carousel-nav-next.ux-carousel-nav-disabled {
    background-position: 0 0;
}

