/* CSS is for Explore LA. Layout PC / LARGE DEVICES */
/* NOTE: The large device is constricted to a view 900px wide */
/* Joe Mundi */

body  {
font-size: 24px;
font-family: Tahoma, Verdana, Segoe, sans-serif;
margin-right: 30%;
margin-left: 30%;
background-image:url('y1.jpg');
background-repeat:repeat-x;
}

.regtable {
background-color: #FFFFFF;
border:1px solid #000000;
width: 640px;
padding: 10px;
}

.picture-show {
padding: 1px;
width: 200px;
height: auto;
}

.picture-people {
padding: 1px;
width: 200px;
height: auto;
}

.picture-art {
padding: 1px;
width: 420px;
height: auto;
}

.img-left {
float: left;
padding: 15px;
}

.img-center {
text-align: center;
padding: 15px;
}

/* Fonts used & sizes within pages */

p {font-family: 'Quicksand', sans-serif;font-size: 28px;}
p1 {font-family: 'Quicksand', sans-serif;font-size: 28px;}
p3 {font-family: 'Quicksand', sans-serif;font-size: 22px;}
h1 {font-family: 'Quicksand', sans-serif;font-size: 32px; font-weight:normal; color: red;} 


/* Extra spacing for any bulleted lists */
ul li { padding: 1px 0px; }
